From 6359a83f8232a22e39bcecc306fc0d54dfc464a0 Mon Sep 17 00:00:00 2001 From: Wenzhuo Liu Date: Thu, 25 Jan 2024 23:15:13 +0800 Subject: [PATCH] doc: remove inaccurate statement in eval (#3250) --- crates/typst/src/foundations/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/typst/src/foundations/mod.rs b/crates/typst/src/foundations/mod.rs index 04380beef..543fb7743 100644 --- a/crates/typst/src/foundations/mod.rs +++ b/crates/typst/src/foundations/mod.rs @@ -256,8 +256,6 @@ pub fn eval( /// The engine. engine: &mut Engine, /// A string of Typst code to evaluate. - /// - /// The code in the string cannot interact with the file system. source: Spanned, /// The syntactical mode in which the string is parsed. ///