mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-02 06:25:29 +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.