diff options
| author | Zeyla Hellyer <[email protected]> | 2017-09-21 17:00:41 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-09-21 17:00:41 -0700 |
| commit | e6a503409e374277683f76142eace62264ca533d (patch) | |
| tree | fff8e976ead3be463d0e3817a3a4bbc3b7b439d3 /src/lib.rs | |
| parent | Fix a documentation typo (diff) | |
| download | serenity-e6a503409e374277683f76142eace62264ca533d.tar.xz serenity-e6a503409e374277683f76142eace62264ca533d.zip | |
Remove tokio usage
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -114,8 +114,6 @@ extern crate base64; extern crate byteorder; #[cfg(feature = "gateway")] extern crate flate2; -#[cfg(feature = "futures")] -extern crate futures; #[cfg(feature = "hyper")] extern crate hyper; #[cfg(feature = "hyper-native-tls")] @@ -130,8 +128,6 @@ extern crate opus; extern crate parking_lot; #[cfg(feature = "voice")] extern crate sodiumoxide; -#[cfg(feature = "tokio-core")] -extern crate tokio_core; #[cfg(feature = "client")] extern crate typemap; #[cfg(feature = "standard_framework")] |