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. ///