mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
cc4422d58b
warning: incorrect implementation of `partial_cmp` on an `Ord` type --> vm-device/src/bus.rs:86:1 | 86 | / impl PartialOrd for BusRange { 87 | | fn partial_cmp(&self, other: &BusRange) -> Option<Ordering> { | | _________________________________________________________________- 88 | || self.base.partial_cmp(&other.base) 89 | || } | ||_____- help: change this to: `{ Some(self.cmp(other)) }` 90 | | } | |__^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incorrect_partial_ord_impl_on_ord_type = note: `#[warn(clippy::incorrect_partial_ord_impl_on_ord_type)]` on by default Signed-off-by: Rob Bradford <rbradford@rivosinc.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |