aboutsummaryrefslogtreecommitdiffstats
path: root/src/tokenizer.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tokenizer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tokenizer.rs b/src/tokenizer.rs
index 9d870c9..1fa94d7 100644
--- a/src/tokenizer.rs
+++ b/src/tokenizer.rs
@@ -11,9 +11,9 @@
//! [`attempt`]: Tokenizer::attempt
//! [`check`]: Tokenizer::check
-use std::collections::HashMap;
use crate::constant::TAB_SIZE;
use crate::parser::ParseState;
+use std::collections::HashMap;
/// Semantic label of a span.
// To do: figure out how to share this so extensions can add their own stuff,