diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-10-17 19:26:24 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-10-17 20:04:22 +0200 |
| commit | e21822665591dc19766275da1e185215a6b945ef (patch) | |
| tree | 7788e211c3c33c8b5a8ad7d5eb7574e33631eb16 /tests | |
| parent | 4fd031a256b2ecfe524859d5599fafb386395572 (diff) | |
Merge some modules
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typeset.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/typeset.rs b/tests/typeset.rs index 9eab55c8..235fcab3 100644 --- a/tests/typeset.rs +++ b/tests/typeset.rs @@ -15,15 +15,13 @@ use unscanny::Scanner; use walkdir::WalkDir; use typst::diag::{FileError, FileResult}; -use typst::eval::{Smart, Value}; use typst::font::{Font, FontBook}; use typst::frame::{Element, Frame}; use typst::geom::{Length, RgbaColor, Sides}; use typst::library::layout::PageNode; use typst::library::text::{TextNode, TextSize}; -use typst::model::StyleMap; -use typst::source::{Source, SourceId}; -use typst::syntax::SyntaxNode; +use typst::model::{Smart, StyleMap, Value}; +use typst::syntax::{Source, SourceId, SyntaxNode}; use typst::util::{Buffer, PathExt}; use typst::{bail, Config, World}; |
