mirror of https://github.com/helix-editor/helix
fix warning
parent
3edca7854e
commit
acc5ac5e73
|
@ -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 New Issue