diff options
| author | +merlan #flirora <flirora@flirora.xyz> | 2025-04-07 14:42:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 18:42:29 +0000 |
| commit | 14a0565d95b40bb58a07da554b7d05d4712efcd7 (patch) | |
| tree | 9255cb3d95bae3520642de6430c15208314a6102 /crates/typst-library/src/routines.rs | |
| parent | bd2e76e11d487d1e825217db155e45d3fb6f6584 (diff) | |
Show warnings from eval (#6100)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'crates/typst-library/src/routines.rs')
| -rw-r--r-- | crates/typst-library/src/routines.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-library/src/routines.rs b/crates/typst-library/src/routines.rs index b283052a..6f0cb32b 100644 --- a/crates/typst-library/src/routines.rs +++ b/crates/typst-library/src/routines.rs @@ -55,6 +55,7 @@ routines! { fn eval_string( routines: &Routines, world: Tracked<dyn World + '_>, + sink: TrackedMut<Sink>, string: &str, span: Span, mode: EvalMode, |
