clippy fix
Rust/spacepackets/pipeline/head This commit looks good

This commit is contained in:
2023-10-10 10:00:14 +02:00
parent 57c1d037df
commit 8cbfef4a1c
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ impl PartialEq for PacketId {
impl PartialOrd for PacketId {
fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> {
self.raw().partial_cmp(&other.raw())
Some(self.cmp(other))
}
}