diff options
author | Jan Hrastnik | 2020-06-24 19:03:38 +0000 |
---|---|---|
committer | Jan Hrastnik | 2020-06-24 19:03:38 +0000 |
commit | 8681d472928ff3d91508e11deda19b16c4694446 (patch) | |
tree | 9cbb371904ad18baa248871675e5037bf4941196 /helix-term/src/keymap.rs | |
parent | 6ba082697d4a930d4114e950a212f115bace47e9 (diff) |
remove unused import
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r-- | helix-term/src/keymap.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index 44f4fc95..c7da0c89 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -5,7 +5,6 @@ use crossterm::{ }; use helix_core::commands::{self, Command}; use std::collections::HashMap; -use std::io::{stdout, Write}; // Kakoune-inspired: // mode = { |