diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/typeset.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/typeset.rs b/tests/typeset.rs index 531674f3..9f84a733 100644 --- a/tests/typeset.rs +++ b/tests/typeset.rs @@ -10,12 +10,13 @@ use unscanny::Scanner; use walkdir::WalkDir; use typst::diag::Error; -use typst::eval::{Smart, StyleMap, Value}; +use typst::eval::{Smart, Value}; use typst::frame::{Element, Frame}; use typst::geom::{Length, RgbaColor}; use typst::library::layout::PageNode; use typst::library::text::{TextNode, TextSize}; use typst::loading::FsLoader; +use typst::model::StyleMap; use typst::source::SourceFile; use typst::syntax::Span; use typst::{bail, Context}; |
