diff options
author | Akshay <[email protected]> | 2020-07-22 17:21:41 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-22 17:21:41 +0100 |
commit | 23e85aab0571f9c7214532a18a490ba6b6573f0e (patch) | |
tree | 41d288162542b92cc377d9d312c3d07709e0f33f /src | |
parent | 3f64deb152c31f2a04612d9c525537a72605d678 (diff) |
remove unused import
Diffstat (limited to 'src')
-rw-r--r-- | src/command.rs | 1 |
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 @@ | |||
1 | use std::fmt; | 1 | use std::fmt; |
2 | use std::rc::Rc; | ||
3 | 2 | ||
4 | use cursive::event::{Event, EventResult, Key}; | 3 | use cursive::event::{Event, EventResult, Key}; |
5 | use cursive::theme::{BaseColor, Color, ColorStyle}; | 4 | use cursive::theme::{BaseColor, Color, ColorStyle}; |