Skip to content

Commit

Permalink
Make db pub
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidek committed Jun 22, 2023
1 parent a29bc7c commit e59fc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub type Snapshot<'a> = SnapshotWithThreadMode<'a, DB>;
/// ```
///
pub struct SnapshotWithThreadMode<'a, D: DBAccess> {
db: &'a D,
pub db: &'a D,
pub(crate) inner: *const ffi::rocksdb_snapshot_t,
}

Expand Down

0 comments on commit e59fc02

Please sign in to comment.