Skip to content

Commit 22adc2a

Browse files
committed
RUST-1015 Publicly export ClusterTime type
1 parent ed94211 commit 22adc2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client/session/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use crate::{
2222
Client,
2323
RUNTIME,
2424
};
25-
pub(crate) use cluster_time::ClusterTime;
25+
pub use cluster_time::ClusterTime;
2626
pub(super) use pool::ServerSessionPool;
2727

2828
use super::options::ServerAddress;

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ define_if_single_runtime_enabled! {
362362
db::Database,
363363
};
364364

365-
pub use {coll::Namespace, index::IndexModel};
365+
pub use {coll::Namespace, index::IndexModel, client::session::ClusterTime};
366366
}
367367

368368
#[cfg(all(

0 commit comments

Comments
 (0)