mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-14 10:31:21 +00:00
*: Fix clippy warnings introduced by Rust 1.65 release (#3081)
This commit is contained in:
@ -91,6 +91,7 @@ pub struct Handler {
|
||||
|
||||
/// Event produced by the `IdentifyHandler`.
|
||||
#[derive(Debug)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub enum Event {
|
||||
/// We obtained identification information from the remote.
|
||||
Identified(Info),
|
||||
|
Reference in New Issue
Block a user