Skip to content

Commit 6fd34ff

Browse files
committed
fix build
1 parent ab951cf commit 6fd34ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/jortestkit/src/measurement/marker/resources_usage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ impl PartialEq for ResourcesUsage {
1818
}
1919
}
2020

21+
#[allow(clippy::non_canonical_partial_ord_impl)]
2122
impl PartialOrd for ResourcesUsage {
2223
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
2324
let cpu_cmp = self.cpu_usage().partial_cmp(&other.cpu_usage()).unwrap();

0 commit comments

Comments
 (0)