From 97c7beda543619afa663cc04f6031ffacf56fba0 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Sun, 9 Oct 2022 15:50:40 +0800 Subject: [PATCH] chore: cargo fix --- crates/loro-core/src/container/text/tracker/content_map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/loro-core/src/container/text/tracker/content_map.rs b/crates/loro-core/src/container/text/tracker/content_map.rs index 8f1cc776..fd011c81 100644 --- a/crates/loro-core/src/container/text/tracker/content_map.rs +++ b/crates/loro-core/src/container/text/tracker/content_map.rs @@ -3,7 +3,7 @@ use crdt_list::crdt::ListCrdt; use std::ops::{Deref, DerefMut}; use rle::{ - rle_tree::{node::LeafNode, Position, SafeCursor, SafeCursorMut, UnsafeCursor}, + rle_tree::{Position, SafeCursor, SafeCursorMut, UnsafeCursor}, HasLength, RleTree, };