mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore(lint): fix clippy::needles_lifetimes (#11496)
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user