summaryrefslogtreecommitdiffstats
path: root/librepology/src/v1/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'librepology/src/v1/types.rs')
-rw-r--r--librepology/src/v1/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/librepology/src/v1/types.rs b/librepology/src/v1/types.rs
index 3f79c03..bd47471 100644
--- a/librepology/src/v1/types.rs
+++ b/librepology/src/v1/types.rs
@@ -2,7 +2,7 @@ use std::ops::Deref;
use url::Url;
-#[derive(Eq, PartialEq, PartialOrd, Ord, Clone, Debug, Serialize, Deserialize)]
+#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct Package {
/// name of repository for this package
repo: Repo,