Skip to content

Commit 8225b55

Browse files
committed
gtk4: Fix new clippy warning
1 parent 87a3c3e commit 8225b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtk4/src/bitset_iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl<'a> ToGlibPtr<'a, *const ffi::GtkBitsetIter> for BitsetIter<'a> {
136136
type Storage = &'a Self;
137137

138138
#[inline]
139-
fn to_glib_none(&'a self) -> Stash<*const ffi::GtkBitsetIter, Self> {
139+
fn to_glib_none(&'a self) -> Stash<'a, *const ffi::GtkBitsetIter, Self> {
140140
Stash(&self.0 as *const ffi::GtkBitsetIter, self)
141141
}
142142
}

0 commit comments

Comments
 (0)