mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 01:01:34 +00:00
*: Fix clippy::derive-partial-eq-without-eq
(#2818)
This commit is contained in:
@ -51,6 +51,7 @@ mod handler;
|
||||
mod identify;
|
||||
mod protocol;
|
||||
|
||||
#[allow(clippy::derive_partial_eq_without_eq)]
|
||||
mod structs_proto {
|
||||
include!(concat!(env!("OUT_DIR"), "/structs.rs"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user