diff options
author | Blaž Hrastnik | 2021-02-05 02:43:16 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-02-05 02:43:16 +0000 |
commit | 8f0ddf9632068a28cc09b32c84cfec9093b73104 (patch) | |
tree | a0f6ff7ea1850a79cfa17446cd3c61811f84c345 /helix-view/src/editor.rs | |
parent | 9c33b5340ac057a8e2dbe6028b52385346594f3d (diff) |
Address clippy warnings.
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; |