Move things out of state.rs.

This commit is contained in:
Blaž Hrastnik 2021-03-18 13:39:34 +09:00
parent 0f6624491b
commit dbcc099f48
6 changed files with 245 additions and 233 deletions

View file

@ -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;