aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-02-14 12:22:24 -0500
committerNathan Perry <avaglir@gmail.com>2018-02-14 12:22:24 -0500
commit85670027a6dd95bc29d463a8c12063a83cb62fde (patch)
tree53361453371d33f974ac1db09b549ac5c8015efc /src
parent2548ff415a9e671040d2b8a485b010409fc71d58 (diff)
clean up some dependencies
Diffstat (limited to 'src')
-rw-r--r--src/main.rs3
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;