summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main.rs b/src/main.rs
index 7c6efdd..9287ce1 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,10 +1,3 @@
-#[macro_use]
-extern crate lazy_static;
-#[macro_use]
-extern crate serde_derive;
-extern crate structopt;
-extern crate xdg;
-
mod commands;
mod config;
mod context;
@@ -19,6 +12,7 @@ mod ui;
mod unix;
mod window;
+use lazy_static::lazy_static;
use std::path::PathBuf;
use structopt::StructOpt;