You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(buffer): Consistent cmp vs == for Priority (#4022)
Derive `Priority::Eq` from `Priority::PartialOrd`.
After INC-875, the custom `Ord` implementation for `Priority` was a
suspect for occurring panics
rust-lang/rust#129561.
It turned out the panic occurred somewhere else, but making `Eq` and
`PartialOrd` consistent cannot hurt.
0 commit comments