Chore: Clippy fixes for new lints
This commit is contained in:
@@ -66,7 +66,7 @@ impl Ord for EventData {
|
||||
.as_ref()
|
||||
.expect("T2 known to be well-defined by above.");
|
||||
|
||||
t1.cmp(&t2)
|
||||
t1.cmp(t2)
|
||||
} else {
|
||||
Ordering::Equal
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user