From 2da619e17cb48efd468818ea35793b3f90b8aaea Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 19 Nov 2023 16:34:38 +0100 Subject: Streamline imports --- crates/typst-syntax/src/node.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/typst-syntax/src/node.rs') diff --git a/crates/typst-syntax/src/node.rs b/crates/typst-syntax/src/node.rs index d9c80a24..d70f39b7 100644 --- a/crates/typst-syntax/src/node.rs +++ b/crates/typst-syntax/src/node.rs @@ -5,8 +5,8 @@ use std::sync::Arc; use ecow::{eco_vec, EcoString, EcoVec}; -use super::ast::AstNode; -use super::{FileId, Span, SyntaxKind}; +use crate::ast::AstNode; +use crate::{FileId, Span, SyntaxKind}; /// A node in the untyped syntax tree. #[derive(Clone, Eq, PartialEq, Hash)] -- cgit v1.2.3