mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
fix: cargo fmt
This commit is contained in:
parent
5947f80885
commit
eccbbc8263
2 changed files with 2 additions and 2 deletions
|
|
@ -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::*;
|
||||
|
||||
|
|
|
|||
|
|
@ -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::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue