diff options
| author | Zeyla Hellyer <[email protected]> | 2017-06-14 10:51:14 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-06-14 10:51:14 -0700 |
| commit | b0d5d5425df258960026fda57dc4f7129b9d8fb9 (patch) | |
| tree | b1d586711e6a62aed158a77411f4cfd466b06e09 /src/lib.rs | |
| parent | Split up long documentation line (diff) | |
| download | serenity-b0d5d5425df258960026fda57dc4f7129b9d8fb9.tar.xz serenity-b0d5d5425df258960026fda57dc4f7129b9d8fb9.zip | |
Fix no-framework compilation
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |