Skip to content

Commit 21e3f25

Browse files
authored
RUST-1856 expose Database::client (#1035)
1 parent 2a83692 commit 21e3f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ impl Database {
9090
}
9191

9292
/// Get the `Client` that this collection descended from.
93-
pub(crate) fn client(&self) -> &Client {
93+
pub fn client(&self) -> &Client {
9494
&self.inner.client
9595
}
9696

0 commit comments

Comments
 (0)