From 9546164dc89515719d4781699e1505b2a50486ef Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sat, 12 Sep 2020 19:36:49 +0900 Subject: cargo fmt & clippy lint --- helix-term/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src/editor.rs') diff --git a/helix-term/src/editor.rs b/helix-term/src/editor.rs index 0c58ac9b..03008221 100644 --- a/helix-term/src/editor.rs +++ b/helix-term/src/editor.rs @@ -1,8 +1,8 @@ use crate::{keymap, theme::Theme, Args}; use helix_core::{ - syntax::{HighlightConfiguration, HighlightEvent, Highlighter}, state::coords_at_pos, state::Mode, + syntax::{HighlightConfiguration, HighlightEvent, Highlighter}, State, }; -- cgit v1.2.3-70-g09d2