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` --- crates/typst-docs/src/lib.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'crates/typst-docs/src/lib.rs') diff --git a/crates/typst-docs/src/lib.rs b/crates/typst-docs/src/lib.rs index 921695c7..d58734c6 100644 --- a/crates/typst-docs/src/lib.rs +++ b/crates/typst-docs/src/lib.rs @@ -21,9 +21,11 @@ use serde::Deserialize; use serde_yaml as yaml; use typst::diag::{bail, StrResult}; use typst::doc::Frame; -use typst::eval::{CastInfo, Func, Library, Module, ParamInfo, Repr, Scope, Type, Value}; +use typst::eval::{ + CastInfo, Func, Library, Module, ParamInfo, Repr, Scope, Smart, Type, Value, +}; use typst::font::{Font, FontBook}; -use typst::geom::{Abs, Smart}; +use typst::geom::Abs; use typst_library::layout::{Margin, PageElem}; static DOCS_DIR: Dir<'_> = include_dir!("$CARGO_MANIFEST_DIR/../../docs"); -- cgit v1.2.3