diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-04-16 22:23:57 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-04-16 22:23:57 +0200 |
| commit | c5b3f8ee98203191d83d3cfca39bb0f35ee6efc2 (patch) | |
| tree | d41733b9f532a1b4ad0089761315ef69ba413e82 /benches | |
| parent | 2db4b603db7684db7105d7ed627883b5cef6d497 (diff) | |
Switch to `unscanny`
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; |
