diff options
| author | Kaidan <[email protected]> | 2017-06-28 18:47:06 +1000 |
|---|---|---|
| committer | alex <[email protected]> | 2017-06-28 10:47:06 +0200 |
| commit | e1912c22fc806f97d9eb9025aa2432e785003f3b (patch) | |
| tree | eabb3f99ccaf2591aa9df8686587177e687c2bf2 /src/lib.rs | |
| parent | Add support for sending attachments in embeds (#95) (diff) | |
| download | serenity-e1912c22fc806f97d9eb9025aa2432e785003f3b.tar.xz serenity-e1912c22fc806f97d9eb9025aa2432e785003f3b.zip | |
Fixed clippy warnings (#118)
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -89,12 +89,10 @@ #[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; |