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:
@ -28,6 +28,7 @@ pub mod protocol;
|
||||
mod layer;
|
||||
mod topic;
|
||||
|
||||
#[allow(clippy::derive_partial_eq_without_eq)]
|
||||
mod rpc_proto {
|
||||
include!(concat!(env!("OUT_DIR"), "/floodsub.pb.rs"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user