summaryrefslogtreecommitdiff
path: root/crates/typst-ide/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-ide/src')
-rw-r--r--crates/typst-ide/src/analyze.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-ide/src/analyze.rs b/crates/typst-ide/src/analyze.rs
index 0b41fb68..7ee83e70 100644
--- a/crates/typst-ide/src/analyze.rs
+++ b/crates/typst-ide/src/analyze.rs
@@ -37,7 +37,7 @@ pub fn analyze_expr(
}
}
- return typst::trace(world.upcast(), node.span());
+ return typst::trace::<PagedDocument>(world.upcast(), node.span());
}
};