summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/file.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-syntax/src/file.rs')
-rw-r--r--crates/typst-syntax/src/file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-syntax/src/file.rs b/crates/typst-syntax/src/file.rs
index 8f07cc92..40659c6a 100644
--- a/crates/typst-syntax/src/file.rs
+++ b/crates/typst-syntax/src/file.rs
@@ -10,7 +10,7 @@ use ecow::{eco_format, EcoString};
use once_cell::sync::Lazy;
use serde::{Deserialize, Deserializer, Serialize, Serializer};
-use super::is_ident;
+use crate::is_ident;
/// The global package-path interner.
static INTERNER: Lazy<RwLock<Interner>> =