Matthias Krüger 7193ce0061
Rollup merge of - fee1-dead-contrib:rmord, r=compiler-errors
Remove `Ord` from `ClosureKind`

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.

cc `@compiler-errors`
2024-03-09 16:21:21 +01:00
..
2024-03-08 23:20:29 -05:00
2024-03-09 01:13:42 +01:00
2024-03-09 21:16:43 +08:00