mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-15 11:01:21 +00:00
Automatic fixes by cargo-fix (#1662)
This commit is contained in:
@ -132,7 +132,7 @@ impl ProtocolsHandler for IdentifyHandler {
|
||||
self.keep_alive
|
||||
}
|
||||
|
||||
fn poll(&mut self, cx: &mut Context) -> Poll<
|
||||
fn poll(&mut self, cx: &mut Context<'_>) -> Poll<
|
||||
ProtocolsHandlerEvent<
|
||||
Self::OutboundProtocol,
|
||||
Self::OutboundOpenInfo,
|
||||
|
Reference in New Issue
Block a user