fix warning

pull/906/head
Blaž Hrastnik 2021-10-25 11:11:11 +09:00
parent 3edca7854e
commit acc5ac5e73
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ use helix_core::{
syntax::{self, HighlightEvent}, syntax::{self, HighlightEvent},
unicode::segmentation::UnicodeSegmentation, unicode::segmentation::UnicodeSegmentation,
unicode::width::UnicodeWidthStr, unicode::width::UnicodeWidthStr,
LineEnding, Position, Range, Selection, Transaction, LineEnding, Position, Range, Selection,
}; };
use helix_view::{ use helix_view::{
document::Mode, document::Mode,