diff options
| author | Martin <mhaug@live.de> | 2021-08-19 15:07:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-19 15:07:11 +0200 |
| commit | fdab7158c91c52a4ace211c804fdd8e9110f56de (patch) | |
| tree | 7ec34f942bc89b2ade554618648825654a587ace /benches | |
| parent | c44ecbfbd2706bf8e09728f2c85135aa2299d542 (diff) | |
Pattern properties (#42)
Included in this package are:
* Code review I: The unnamed review.
* Code Review II: How I met your review.
* Code Review III: Code, the final frontier. These are the voyages of the USS Review ...
Diffstat (limited to 'benches')
| -rw-r--r-- | benches/oneshot.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/oneshot.rs b/benches/oneshot.rs index 5f11589b..2b3fb6ea 100644 --- a/benches/oneshot.rs +++ b/benches/oneshot.rs @@ -4,7 +4,7 @@ use iai::{black_box, main, Iai}; use typst::eval::eval; use typst::layout::layout; -use typst::loading::{MemLoader}; +use typst::loading::MemLoader; use typst::parse::{parse, Scanner, TokenMode, Tokens}; use typst::source::{SourceFile, SourceId}; use typst::Context; |
