diff options
Diffstat (limited to 'helix-view/src/editor.rs')
-rw-r--r-- | helix-view/src/editor.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index be400935..2942507d 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -1,7 +1,6 @@ use crate::theme::Theme; use crate::tree::Tree; use crate::{Document, View}; -use slotmap::DefaultKey as Key; use std::path::PathBuf; |