ptp: Fix a new Rust 1.89 compiler warning on Windows
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9527>
This commit is contained in:
parent
57df39fb4c
commit
9d6cd03221
@ -788,7 +788,7 @@ mod imp {
|
||||
}
|
||||
}
|
||||
|
||||
fn iter(&self) -> AdapterAddressesIter {
|
||||
fn iter(&self) -> AdapterAddressesIter<'_> {
|
||||
AdapterAddressesIter {
|
||||
ptr: Some(self.addresses),
|
||||
phantom: marker::PhantomData,
|
||||
|
Loading…
x
Reference in New Issue
Block a user