aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-07-22 17:21:41 +0100
committerAkshay <[email protected]>2020-07-22 17:21:41 +0100
commit23e85aab0571f9c7214532a18a490ba6b6573f0e (patch)
tree41d288162542b92cc377d9d312c3d07709e0f33f
parent3f64deb152c31f2a04612d9c525537a72605d678 (diff)
remove unused import
-rw-r--r--src/command.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.rs b/src/command.rs
index 2f6b48a..850261c 100644
--- a/src/command.rs
+++ b/src/command.rs
@@ -1,5 +1,4 @@
1use std::fmt; 1use std::fmt;
2use std::rc::Rc;
3 2
4use cursive::event::{Event, EventResult, Key}; 3use cursive::event::{Event, EventResult, Key};
5use cursive::theme::{BaseColor, Color, ColorStyle}; 4use cursive::theme::{BaseColor, Color, ColorStyle};