aboutsummaryrefslogtreecommitdiff
path: root/src/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.rs')
-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};