mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
edcc02bfee
Using the same logic as for `PartialEq`, when possible define only `partial_cmp` and leave `lt, le, gt, ge` to their default implementations. This works well for c-like enums.