mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-14 16:32:37 +00:00
Switching to `Ordering::then_with` makes control-flow less complicated, and there is no need to use `partial_cmp` here.
Switching to `Ordering::then_with` makes control-flow less complicated, and there is no need to use `partial_cmp` here.