mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-23 14:51:34 +00:00
Automatic fixes by cargo-fix (#1662)
This commit is contained in:
@ -1133,7 +1133,7 @@ impl NetworkBehaviour for Gossipsub {
|
||||
|
||||
fn poll(
|
||||
&mut self,
|
||||
cx: &mut Context,
|
||||
cx: &mut Context<'_>,
|
||||
_: &mut impl PollParameters,
|
||||
) -> Poll<
|
||||
NetworkBehaviourAction<
|
||||
|
Reference in New Issue
Block a user