summaryrefslogtreecommitdiffstats
path: root/librepology/src/v1/types/effname.rs
diff options
context:
space:
mode:
Diffstat (limited to 'librepology/src/v1/types/effname.rs')
-rw-r--r--librepology/src/v1/types/effname.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/librepology/src/v1/types/effname.rs b/librepology/src/v1/types/effname.rs
index ae38fd7..118f56e 100644
--- a/librepology/src/v1/types/effname.rs
+++ b/librepology/src/v1/types/effname.rs
@@ -1,7 +1,7 @@
use std::ops::Deref;
// list of package downloads
-#[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Debug, Serialize, Deserialize)]
+#[derive(Eq, PartialEq, Ord, PartialOrd, Clone, Debug, Serialize, Deserialize, new)]
pub struct EffName(String);
impl Deref for EffName {