summaryrefslogtreecommitdiffstats
path: root/src/command
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-02-22 13:35:56 +0100
committerCanop <cano.petrole@gmail.com>2021-02-22 13:35:56 +0100
commit4e035c40bd41a2f15adf1dae9953578440ef5084 (patch)
tree5473a67b69cf556b748774b17a59c04a427660f8 /src/command
parentda67eb50e36fd55be27a1e6865c38b2eb03ff1b1 (diff)
use ahash of some of the hashmaps with big keys
Diffstat (limited to 'src/command')
-rw-r--r--src/command/panel_input.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/panel_input.rs b/src/command/panel_input.rs
index 903bd59..8fe17aa 100644
--- a/src/command/panel_input.rs
+++ b/src/command/panel_input.rs
@@ -13,7 +13,6 @@ use {
event::KeyEvent,
queue,
},
- std::io::Write,
termimad::{Area, Event, InputField},
};