refactor: remove unused imports
This commit is contained in:
parent
0f6e008646
commit
105be47e8a
2 changed files with 0 additions and 2 deletions
|
@ -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},
|
||||
|
|
|
@ -5,7 +5,6 @@ use crate::{
|
|||
editor::{GutterConfig, GutterType},
|
||||
graphics::Rect,
|
||||
handlers::diagnostics::DiagnosticsHandler,
|
||||
theme::{Color, Style},
|
||||
Align, Document, DocumentId, Theme, ViewId,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue