mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-24 22:55:19 +00:00
46d59f0bc4
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>
(cherry picked from commit
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml |