Update imports
This commit is contained in:
parent
b53aa0c2b2
commit
c682520b88
3 changed files with 6 additions and 8 deletions
|
|
@ -1,6 +1,4 @@
|
|||
use crate::{
|
||||
diffs::raw_operation::RawOperation, operation_transformation::Operation, utils::side::Side,
|
||||
};
|
||||
use crate::{operation_transformation::Operation, raw_operation::RawOperation, utils::side::Side};
|
||||
|
||||
/// Turn raw operations into ordered operations while keeping track of the
|
||||
/// original token's indexes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue