aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 7202556..708d778 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -16,7 +16,7 @@ extern crate serenity;
extern crate sha1;
extern crate typemap;
extern crate url;
-#[macro_use] extern crate itertools;
+#[cfg_attr(test, macro_use)] extern crate itertools;
extern crate time;
extern crate serde_json;