diff options
Diffstat (limited to 'crates/typst-syntax/src/ast.rs')
| -rw-r--r-- | crates/typst-syntax/src/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/ast.rs b/crates/typst-syntax/src/ast.rs index 8da045e6..09157bbd 100644 --- a/crates/typst-syntax/src/ast.rs +++ b/crates/typst-syntax/src/ast.rs @@ -8,7 +8,7 @@ use std::ops::Deref; use ecow::EcoString; use unscanny::Scanner; -use super::{ +use crate::{ is_id_continue, is_id_start, is_newline, split_newlines, Span, SyntaxKind, SyntaxNode, }; |
