mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
chore: cargo fix
This commit is contained in:
parent
f62d01d5e8
commit
490927a878
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ use crate::{
|
|||
container::{Container, ContainerID, ContainerType},
|
||||
id::Counter,
|
||||
log_store::LogAccessor,
|
||||
op::{utils::downcast_ref, InsertContent, Op},
|
||||
op::{InsertContent, Op},
|
||||
op::{OpContent, OpProxy},
|
||||
value::{InsertValue, LoroValue},
|
||||
version::TotalOrderStamp,
|
||||
|
|
|
@ -3,7 +3,7 @@ use rle::{HasLength, RleVec};
|
|||
use crate::{
|
||||
container::{list::list_op::ListOp, text::tracker::yata::YataImpl},
|
||||
id::{Counter, ID},
|
||||
op::{utils::downcast_ref, Op},
|
||||
op::{Op},
|
||||
span::IdSpan,
|
||||
VersionVector,
|
||||
};
|
||||
|
@ -14,7 +14,7 @@ use self::{
|
|||
y_span::{Status, StatusChange, YSpan},
|
||||
};
|
||||
|
||||
use super::text_content::TextOpContent;
|
||||
|
||||
|
||||
mod content_map;
|
||||
mod cursor_map;
|
||||
|
|
Loading…
Reference in a new issue