diff options
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | src/main.rs | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -5,7 +5,6 @@ authors = ["Nathan Perry <avaglir@gmail.com>"] [dependencies] lazy_static = "1.0" -#failure = "0.1.1" error-chain = "0.11.0" log = "0.4" simple_logger = "0.5.0" diff --git a/src/main.rs b/src/main.rs index a6f97ae..58d609b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,3 @@ -#![feature(rustc_private)] - #[macro_use] extern crate serenity; #[macro_use] extern crate log; #[macro_use] extern crate error_chain; @@ -9,7 +7,6 @@ extern crate dotenv; extern crate simple_logger; extern crate typemap; extern crate url; -extern crate parking_lot; mod commands; mod util; |
