Skip to content

Commit 072bc7c

Browse files
committed
Remove a useless lifetime name for Clippy
1 parent 2ba2551 commit 072bc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heed/src/txn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ impl<'p> Deref for RwTxn<'p> {
219219

220220
// TODO can't we just always implement it?
221221
#[cfg(master3)]
222-
impl<'p> std::ops::DerefMut for RwTxn<'p> {
222+
impl std::ops::DerefMut for RwTxn<'_> {
223223
fn deref_mut(&mut self) -> &mut Self::Target {
224224
&mut self.txn
225225
}

0 commit comments

Comments
 (0)