aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-06-14 10:51:14 -0700
committerZeyla Hellyer <[email protected]>2017-06-14 10:51:14 -0700
commitb0d5d5425df258960026fda57dc4f7129b9d8fb9 (patch)
treeb1d586711e6a62aed158a77411f4cfd466b06e09 /src/lib.rs
parentSplit up long documentation line (diff)
downloadserenity-b0d5d5425df258960026fda57dc4f7129b9d8fb9.tar.xz
serenity-b0d5d5425df258960026fda57dc4f7129b9d8fb9.zip
Fix no-framework compilation
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 184be5f..9025afe 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -89,10 +89,12 @@
#[macro_use]
extern crate bitflags;
+#[allow(unused_imports)]
#[macro_use]
extern crate log;
#[macro_use]
extern crate serde_derive;
+#[allow(unused_imports)]
#[macro_use]
extern crate serde_json;