diff --git a/crates/typst-shim/src/nightly/eval.rs b/crates/typst-shim/src/nightly/eval.rs index 70d60324f..37349504d 100644 --- a/crates/typst-shim/src/nightly/eval.rs +++ b/crates/typst-shim/src/nightly/eval.rs @@ -1,12 +1,12 @@ //! Typst Evaluation use comemo::Track; -use typst::World; use typst::diag::SourceResult; use typst::engine::{Engine, Route, Sink, Traced}; use typst::foundations::{Context, Func, Module, Value}; use typst::introspection::Introspector; use typst::syntax::Source; +use typst::World; pub use typst_eval::*; diff --git a/crates/typst-shim/src/stable/eval.rs b/crates/typst-shim/src/stable/eval.rs index 70d60324f..37349504d 100644 --- a/crates/typst-shim/src/stable/eval.rs +++ b/crates/typst-shim/src/stable/eval.rs @@ -1,12 +1,12 @@ //! Typst Evaluation use comemo::Track; -use typst::World; use typst::diag::SourceResult; use typst::engine::{Engine, Route, Sink, Traced}; use typst::foundations::{Context, Func, Module, Value}; use typst::introspection::Introspector; use typst::syntax::Source; +use typst::World; pub use typst_eval::*;