aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--license-generator/aquatic-prime/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/license-generator/aquatic-prime/src/lib.rs b/license-generator/aquatic-prime/src/lib.rs
index 0fbaf9a..601f459 100644
--- a/license-generator/aquatic-prime/src/lib.rs
+++ b/license-generator/aquatic-prime/src/lib.rs
@@ -6,6 +6,7 @@ extern crate openssl;
extern crate plist;
extern crate serde;
+#[cfg(test)]
#[macro_use]
extern crate serde_derive;
@@ -32,7 +33,7 @@ mod errors {
}
}
-use std::collections::{BTreeMap, HashMap};
+use std::collections::HashMap;
use std::io::Cursor;
use openssl::bn::BigNum;