mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Move things out of state.rs.
This commit is contained in:
parent
0f6624491b
commit
dbcc099f48
6 changed files with 245 additions and 233 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue