fix warning
This commit is contained in:
parent
3edca7854e
commit
acc5ac5e73
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use helix_core::{
|
|||
syntax::{self, HighlightEvent},
|
||||
unicode::segmentation::UnicodeSegmentation,
|
||||
unicode::width::UnicodeWidthStr,
|
||||
LineEnding, Position, Range, Selection, Transaction,
|
||||
LineEnding, Position, Range, Selection,
|
||||
};
|
||||
use helix_view::{
|
||||
document::Mode,
|
||||
|
|
Loading…
Reference in a new issue