mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-19 18:56:51 +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.