summary refs log tree commit diff stats
path: root/src/user.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.rs')
-rw-r--r--src/user.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/user.rs b/src/user.rs
index df785be..6e6a4bc 100644
--- a/src/user.rs
+++ b/src/user.rs
@@ -1,5 +1,3 @@
-use users;
-
 lazy_static! {
     pub static ref NAME: String = users::get_current_username()
         .expect("Could not get username")