diff options
Diffstat (limited to 'crates/typst-syntax/src/node.rs')
| -rw-r--r-- | crates/typst-syntax/src/node.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/node.rs b/crates/typst-syntax/src/node.rs index d70f39b7..fed7049c 100644 --- a/crates/typst-syntax/src/node.rs +++ b/crates/typst-syntax/src/node.rs @@ -202,7 +202,6 @@ impl SyntaxNode { } /// Assign spans to each node. - #[tracing::instrument(skip_all)] pub(super) fn numberize( &mut self, id: FileId, |
