aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/edit_map.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/edit_map.rs')
-rw-r--r--src/util/edit_map.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/edit_map.rs b/src/util/edit_map.rs
index 33c5706..91c93d4 100644
--- a/src/util/edit_map.rs
+++ b/src/util/edit_map.rs
@@ -9,6 +9,7 @@
//! through another tokenizer and inject the result.
use crate::event::Event;
+use alloc::{vec, vec::Vec};
/// Shift `previous` and `next` links according to `jumps`.
///