diff options
Diffstat (limited to 'benches')
| -rw-r--r-- | benches/oneshot.rs | 3 |
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; |
