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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/edit_map.rs b/src/util/edit_map.rs
index 417f42b..eba667d 100644
--- a/src/util/edit_map.rs
+++ b/src/util/edit_map.rs
@@ -8,8 +8,8 @@
//! And, in other cases, it’s needed to parse subcontent: pass some events
//! through another tokenizer and inject the result.
-use std::collections::HashMap;
use crate::tokenizer::Event;
+use std::collections::HashMap;
/// Shift `previous` and `next` links according to `jumps`.
///