Skip to content

Commit

Permalink
👕 fix clippy warning in libpna
Browse files Browse the repository at this point in the history
- needless_lifetimes
  • Loading branch information
ChanTsune committed Nov 4, 2024
1 parent 9e07354 commit c29e8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl Read for EntryDataReader<'_> {
}

#[cfg(feature = "unstable-async")]
impl<'r> futures_io::AsyncRead for EntryDataReader<'r> {
impl futures_io::AsyncRead for EntryDataReader<'_> {
#[inline]
fn poll_read(
self: std::pin::Pin<&mut Self>,
Expand Down

0 comments on commit c29e8be

Please sign in to comment.