Optimism L1 -> L2 derivation #166
Triggered via pull request
November 20, 2023 21:57
Status
Failure
Total duration
13m 22s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
[clippy] primitives/src/batch.rs#L39:
primitives/src/batch.rs#L39
error: non-canonical implementation of `partial_cmp` on an `Ord` type
--> primitives/src/batch.rs:39:1
|
39 | / impl PartialOrd<Self> for Batch {
40 | | fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
| | _____________________________________________________________-
41 | || self.essence.timestamp.partial_cmp(&other.essence.timestamp)
42 | || }
| ||_____- help: change this to: `{ Some(self.cmp(other)) }`
43 | | }
| |__^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_canonical_partial_ord_impl
= note: `-D clippy::non-canonical-partial-ord-impl` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::non_canonical_partial_ord_impl)]`
|
clippy
reviewdog exited with status code: 1
|
test
Process completed with exit code 101.
|