refactor: remove unused imports

This commit is contained in:
Nikita Revenco 2024-12-20 14:57:41 +00:00
parent 0f6e008646
commit 105be47e8a
2 changed files with 0 additions and 2 deletions

View file

@ -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},

View file

@ -5,7 +5,6 @@ use crate::{
editor::{GutterConfig, GutterType},
graphics::Rect,
handlers::diagnostics::DiagnosticsHandler,
theme::{Color, Style},
Align, Document, DocumentId, Theme, ViewId,
};