diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
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; |
