diff options
Diffstat (limited to 'helix-core/src/syntax.rs')
-rw-r--r-- | helix-core/src/syntax.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index 3d665953..e75dc724 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -355,7 +355,7 @@ pub struct LanguageLayer { pub(crate) tree: Option<Tree>, } -use crate::state::coords_at_pos; +use crate::coords_at_pos; use crate::transaction::{ChangeSet, Operation}; use crate::Tendril; |