chore(lint): fix clippy::needles_lifetimes (#11496)

This commit is contained in:
Emilia Hane
2024-10-05 13:08:08 +02:00
committed by GitHub
parent 28750e5b0e
commit 36de90fdc3
26 changed files with 75 additions and 75 deletions

View File

@@ -1131,7 +1131,7 @@ mod tests {
peers: &'a mut PeersManager,
}
impl<'a> Future for PeerActionFuture<'a> {
impl Future for PeerActionFuture<'_> {
type Output = PeerAction;
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {