Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-syntax/src/injections_tree.rs')
-rw-r--r--helix-syntax/src/injections_tree.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-syntax/src/injections_tree.rs b/helix-syntax/src/injections_tree.rs
index e181a775..fdc53e49 100644
--- a/helix-syntax/src/injections_tree.rs
+++ b/helix-syntax/src/injections_tree.rs
@@ -3,7 +3,7 @@ use std::iter::Peekable;
use std::sync::Arc;
use hashbrown::HashMap;
-use slotmap::{new_key_type, HopSlotMap, SlotMap};
+use slotmap::{new_key_type, SlotMap};
use tree_sitter::Tree;
use crate::parse::LayerUpdateFlags;