mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 17:21:34 +00:00
.github/: Enforce no clippy warnings (#2148)
* Fix remaining clippy warnings. Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
@ -756,6 +756,7 @@ impl NetworkBehaviour for Relay {
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum BehaviourToListenerMsg {
|
||||
ConnectionToRelayEstablished,
|
||||
IncomingRelayedConnection {
|
||||
|
Reference in New Issue
Block a user