summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2020-07-22 21:51:41 +0530
committerAkshay <nerdy@peppe.rs>2020-07-22 21:51:41 +0530
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 @@
use std::fmt;
-use std::rc::Rc;
use cursive::event::{Event, EventResult, Key};
use cursive::theme::{BaseColor, Color, ColorStyle};