mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-27 16:51:34 +00:00
*: Fix clippy::derive-partial-eq-without-eq
(#2818)
This commit is contained in:
@ -130,7 +130,7 @@ impl ProbeId {
|
||||
}
|
||||
|
||||
/// Event produced by [`Behaviour`].
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub enum Event {
|
||||
/// Event on an inbound probe.
|
||||
InboundProbe(InboundProbeEvent),
|
||||
|
Reference in New Issue
Block a user