diff options
author | Blaž Hrastnik | 2021-10-25 02:11:11 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-10-25 02:11:11 +0000 |
commit | acc5ac5e731ea978fdd8a0f6762f2cd5101780b2 (patch) | |
tree | 1246d349198156a60cdccb734db3c861b96a0576 /helix-term | |
parent | 3edca7854e66cbdb0c4baca25962a4f390fede55 (diff) |
fix warning
Diffstat (limited to 'helix-term')
-rw-r--r-- | helix-term/src/ui/editor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 850fec0f..97658c64 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -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, |