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},
|
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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue