Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeeon233 committed May 11, 2024
1 parent e48c14d commit 0f0ba33
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
loro-without-counter = { path = "../loro", package = "loro" }
loro = { git = "https://github.com/loro-dev/loro.git", features = [
"counter",
], rev = "15d566defb597132771fecda711ed50acea4cd26" }
], rev = "cfa5578b61099af2e153f6cfbc1b21ba71df3a54" }
loro-internal = { path = "../loro-internal", features = ["test_utils"] }
fxhash = { workspace = true }
enum_dispatch = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions crates/loro-internal/src/encoding/encode_reordered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,8 @@ fn decode_snapshot_states(
}

mod encode {
#[allow(unused_imports)]
use crate::encoding::value::FutureValue;
use fxhash::FxHashMap;
use loro_common::{ContainerType, HasId, PeerID, ID};
use rle::{HasLength, Sliceable};
Expand Down

0 comments on commit 0f0ba33

Please sign in to comment.