diff options
| author | acdenisSK <[email protected]> | 2017-07-13 18:23:41 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-07-13 18:23:41 +0200 |
| commit | 1ab8b31a19c6782b867b518c01bad9fbbdd06241 (patch) | |
| tree | 0926fa39bc9109e5b6f8ad7ce7c92bc6eeb25aa9 /src/model/channel/guild_channel.rs | |
| parent | Remove the deprecated functions (diff) | |
| download | serenity-1ab8b31a19c6782b867b518c01bad9fbbdd06241.tar.xz serenity-1ab8b31a19c6782b867b518c01bad9fbbdd06241.zip | |
Improve `BanOptions` to be more efficient and remove uneccessary `Read` imports
Diffstat (limited to 'src/model/channel/guild_channel.rs')
| -rw-r--r-- | src/model/channel/guild_channel.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/model/channel/guild_channel.rs b/src/model/channel/guild_channel.rs index f15fb91..a506187 100644 --- a/src/model/channel/guild_channel.rs +++ b/src/model/channel/guild_channel.rs @@ -4,8 +4,6 @@ use ::model::*; #[cfg(feature="model")] use std::fmt::{Display, Formatter, Result as FmtResult}; #[cfg(feature="model")] -use std::io::Read; -#[cfg(feature="model")] use std::mem; #[cfg(feature="cache")] use ::CACHE; |