diff options
author | Blaž Hrastnik | 2020-10-23 04:51:08 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2020-12-03 04:10:35 +0000 |
commit | eff6fac9ece0700f0ed8eb0a230b6816fa7cece7 (patch) | |
tree | 6f4121fb78ef93258f69aabbdf75e31dc8c5fdf9 /helix-view/src/keymap.rs | |
parent | f5981f72c256a834845aad0c2947a4a20fa84d1b (diff) |
clippy lint
Diffstat (limited to 'helix-view/src/keymap.rs')
-rw-r--r-- | helix-view/src/keymap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/keymap.rs b/helix-view/src/keymap.rs index 347e7d77..aaba34a6 100644 --- a/helix-view/src/keymap.rs +++ b/helix-view/src/keymap.rs @@ -1,6 +1,6 @@ use crate::commands::{self, Command}; use crate::document::Mode; -use helix_core::{hashmap, state}; +use helix_core::hashmap; use std::collections::HashMap; // Kakoune-inspired: |