mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
a47b7b013f
Make it clearer that edition functions are `>=`, not `==` r? `@Nilstrieb` We could also perhaps derive `Ord` on `Edition` and use comparison operators.