aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/editor.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-10-25 02:11:11 +0000
committerBlaž Hrastnik2021-10-25 02:11:11 +0000
commitacc5ac5e731ea978fdd8a0f6762f2cd5101780b2 (patch)
tree1246d349198156a60cdccb734db3c861b96a0576 /helix-term/src/ui/editor.rs
parent3edca7854e66cbdb0c4baca25962a4f390fede55 (diff)
fix warning
Diffstat (limited to 'helix-term/src/ui/editor.rs')
-rw-r--r--helix-term/src/ui/editor.rs2
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,