mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +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.