From 7f0fcda3764e261612021e5ec66d536bb5ee98ef Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 8 Nov 2023 23:42:34 +0100 Subject: Move some things out of `util` --- tests/src/tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/src') diff --git a/tests/src/tests.rs b/tests/src/tests.rs index 0271839c..3b33a729 100644 --- a/tests/src/tests.rs +++ b/tests/src/tests.rs @@ -23,10 +23,10 @@ use walkdir::WalkDir; use typst::diag::{bail, FileError, FileResult, Severity, StrResult}; use typst::doc::{Document, Frame, FrameItem, Meta}; use typst::eval::{ - eco_format, func, Bytes, Datetime, Library, NoneValue, Repr, Tracer, Value, + eco_format, func, Bytes, Datetime, Library, NoneValue, Repr, Smart, Tracer, Value, }; use typst::font::{Font, FontBook}; -use typst::geom::{Abs, Color, Smart, Transform}; +use typst::geom::{Abs, Color, Transform}; use typst::syntax::{FileId, PackageVersion, Source, SyntaxNode, VirtualPath}; use typst::{World, WorldExt}; use typst_library::layout::{Margin, PageElem}; -- cgit v1.2.3