We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab951cf commit 6fd34ffCopy full SHA for 6fd34ff
src/jortestkit/src/measurement/marker/resources_usage.rs
@@ -18,6 +18,7 @@ impl PartialEq for ResourcesUsage {
18
}
19
20
21
+#[allow(clippy::non_canonical_partial_ord_impl)]
22
impl PartialOrd for ResourcesUsage {
23
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
24
let cpu_cmp = self.cpu_usage().partial_cmp(&other.cpu_usage()).unwrap();
0 commit comments