mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
fix: cargo fmt
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
This commit is contained in:
parent
053a16c940
commit
62a89dbd0e
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