summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/foundations/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/typst/src/foundations/mod.rs b/crates/typst/src/foundations/mod.rs
index 04380bee..543fb774 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<String>,
/// The syntactical mode in which the string is parsed.
///