Skip to content

Commit bda431c

Browse files
authored
fix (#798)
1 parent a13c136 commit bda431c

File tree

1 file changed

+1
-1
lines changed
  • crates/core/src/db/datastore/locking_tx_datastore

1 file changed

+1
-1
lines changed

crates/core/src/db/datastore/locking_tx_datastore/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pub(crate) mod committed_state;
44
pub(crate) mod datastore;
55
pub(crate) mod mut_tx;
6-
pub(crate) use mut_tx::MutTxId;
6+
pub use mut_tx::MutTxId;
77
pub(crate) mod sequence;
88
pub(crate) mod state_view;
99
pub use state_view::{Iter, IterByColEq, IterByColRange};

0 commit comments

Comments
 (0)