Skip to content

Commit 5b16922

Browse files
committed
pub
Signed-off-by: Ping Yu <yuping@pingcap.com>
1 parent d0c8b06 commit 5b16922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transaction/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//! **Warning:** It is not advisable to use both raw and transactional functionality in the same keyspace.
1010
1111
pub use client::Client;
12+
pub use client::LockInfo;
1213
pub(crate) use lock::resolve_locks;
1314
pub(crate) use lock::HasLocks;
1415
pub use snapshot::Snapshot;

0 commit comments

Comments
 (0)