Matthias Krüger 73988b6d82
Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwco
Remove some unused `Ord` derives based on `Span`

Remove some `Ord`, `PartialOrd` derivations that rely on underlying ordering of `Span`. These ordering traits appear to be unused right now.

If we're going to attempt to remove ordering traits from `Span` as suggested in https://github.com/rust-lang/rust/issues/90317#issuecomment-1013980591, we might want to slowly remove code that depends on this ordering (as opposed to the all-at-once approach in https://github.com/rust-lang/rust/pull/90749 and https://github.com/rust-lang/rust/pull/90408).

cc `@tmiasko` `@cjgillot`
2022-01-18 22:00:50 +01:00
..
2021-12-26 16:56:34 +01:00
2021-06-20 11:52:51 +02:00
2022-01-17 17:20:57 +00:00
2021-07-17 19:41:02 +02:00
2021-08-18 09:25:26 +02:00
2021-10-04 22:13:00 +02:00
2022-01-17 17:20:57 +00:00