Skip to content

Commit 90ef181

Browse files
committed
Remove double deriving of Eq
1 parent eed1287 commit 90ef181

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ mod tests {
609609

610610
const EVENT_DEADLINE: u64 = 5 * FRESHNESS_TIMER;
611611

612-
#[derive(Clone, Eq, Hash, PartialEq, Eq)]
612+
#[derive(Clone, Hash, PartialEq, Eq)]
613613
struct TestDescriptor{}
614614
impl SocketDescriptor for TestDescriptor {
615615
fn send_data(&mut self, _data: &[u8], _resume_read: bool) -> usize {

0 commit comments

Comments
 (0)