Skip to content

Commit 3fa6c21

Browse files
NicolappsConvex, Inc.
authored andcommitted
Revert read-set intersection changes (#39156)
GitOrigin-RevId: b778402216860587c198465365af59deb3f91eca
1 parent fdfe529 commit 3fa6c21

File tree

22 files changed

+484
-861
lines changed

22 files changed

+484
-861
lines changed

Cargo.lock

Lines changed: 6 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ cfg-if = "1.0"
3838
chrono = "0.4.38"
3939
clap = { version = "^4.1.8", features = [ "derive" ] }
4040
colored = "3"
41-
compact_str = "0.9.0"
4241
const-oid = "0.9.6"
4342
criterion = "0.5"
4443
crossbeam-channel = "0.5"

crates/common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ bitvec = { workspace = true }
3838
byteorder = { workspace = true }
3939
bytes = { workspace = true }
4040
cmd_util = { path = "../cmd_util" }
41-
compact_str = { workspace = true }
4241
crossbeam-channel = { workspace = true }
4342
csf = { workspace = true }
4443
cstr = { workspace = true }

crates/common/src/document_index_keys.rs

Lines changed: 0 additions & 235 deletions
This file was deleted.

crates/common/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ pub mod comparators;
3232
pub mod components;
3333
pub mod deleted_bitset;
3434
pub mod document;
35-
pub mod document_index_keys;
3635
pub mod errors;
3736
pub mod execution_context;
3837
pub mod ext;

0 commit comments

Comments
 (0)