Skip to content

Commit 95d39b5

Browse files
committed
Make nested_read_txn only available on heed not heed3
1 parent 09d1167 commit 95d39b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

heed/src/envs/env.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ impl Env<WithoutTls> {
537537
///
538538
/// # Ok(()) }
539539
/// ```
540+
#[cfg(not(master3))]
540541
pub fn nested_read_txn<'p>(&'p self, parent: &'p RwTxn) -> Result<RoTxn<'p, WithoutTls>> {
541542
RoTxn::<WithoutTls>::nested(self, parent)
542543
}

0 commit comments

Comments
 (0)