diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 5414de00..66ba1dd6 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -15,7 +15,6 @@ use crate::{ use helix_core::{ diagnostic::NumberOrString, - doc_formatter::FormattedGrapheme, graphemes::{next_grapheme_boundary, prev_grapheme_boundary}, movement::Direction, syntax::{self, HighlightEvent}, diff --git a/helix-view/src/view.rs b/helix-view/src/view.rs index 0fc3b921..67d3ac66 100644 --- a/helix-view/src/view.rs +++ b/helix-view/src/view.rs @@ -5,7 +5,6 @@ use crate::{ editor::{GutterConfig, GutterType}, graphics::Rect, handlers::diagnostics::DiagnosticsHandler, - theme::{Color, Style}, Align, Document, DocumentId, Theme, ViewId, };