We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba2551 commit 072bc7cCopy full SHA for 072bc7c
heed/src/txn.rs
@@ -219,7 +219,7 @@ impl<'p> Deref for RwTxn<'p> {
219
220
// TODO can't we just always implement it?
221
#[cfg(master3)]
222
-impl<'p> std::ops::DerefMut for RwTxn<'p> {
+impl std::ops::DerefMut for RwTxn<'_> {
223
fn deref_mut(&mut self) -> &mut Self::Target {
224
&mut self.txn
225
}
0 commit comments