chore: remove unused imports

pull/12706/head
Nikita Revenco 2025-01-27 22:34:05 +00:00
parent 51efd7e332
commit 768a646468
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@ use tui::{
text::{Span, Spans, Text}, text::{Span, Spans, Text},
}; };
use std::{cmp::Ordering, collections::HashSet, sync::Arc}; use std::{collections::HashSet, sync::Arc};
use pulldown_cmark::{CodeBlockKind, Event, HeadingLevel, Options, Parser, Tag, TagEnd}; use pulldown_cmark::{CodeBlockKind, Event, HeadingLevel, Options, Parser, Tag, TagEnd};
use helix_core::{ use helix_core::{
syntax::{self, HighlightEvent, InjectionLanguageMarker, Syntax}, syntax::{self, HighlightEvent, InjectionLanguageMarker, Syntax},
test::print, test::print,
Rope, RopeSlice, RopeSlice,
}; };
use helix_view::{ use helix_view::{
graphics::{Margin, Rect, Style}, graphics::{Margin, Rect, Style},