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