summaryrefslogtreecommitdiff
path: root/benches
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-04-16 22:23:57 +0200
committerLaurenz <laurmaedje@gmail.com>2022-04-16 22:23:57 +0200
commitc5b3f8ee98203191d83d3cfca39bb0f35ee6efc2 (patch)
treed41733b9f532a1b4ad0089761315ef69ba413e82 /benches
parent2db4b603db7684db7105d7ed627883b5cef6d497 (diff)
Switch to `unscanny`
Diffstat (limited to 'benches')
-rw-r--r--benches/oneshot.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/benches/oneshot.rs b/benches/oneshot.rs
index ddd68970..c972d1bc 100644
--- a/benches/oneshot.rs
+++ b/benches/oneshot.rs
@@ -1,9 +1,10 @@
use std::path::Path;
use iai::{black_box, main, Iai};
+use unscanny::Scanner;
use typst::loading::MemLoader;
-use typst::parse::{parse, Scanner, TokenMode, Tokens};
+use typst::parse::{parse, TokenMode, Tokens};
use typst::source::SourceId;
use typst::Context;