mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
7e1969ac13
Using `Ord` to accomplish a meaning of subset relationship can be hard to read. The existing uses for that are easily replaced with a `match`, and in my opinion, more readable without needing to resorting to comments to explain the intention.
For more information about how rustc works, see the rustc dev guide.