Nicholas Nethercote 23e91d4d73 Remove some unnecessary derives.
I was curious about how many `Encodable`/`Decodable` derives we have.
Some grepping revealed that it's over 500 of each, but the number of
`Encodable` ones was higher, which was weird. Most of the
`Encodable`-only ones were in `hir.rs`. This commit removes them all,
plus some other unnecessary derives in that file and others that I found
via trial and error.
2023-04-28 18:34:55 +10:00
..
2023-04-16 12:08:30 +02:00
2023-04-28 18:34:55 +10:00
2023-04-21 02:14:02 -07:00
2023-04-09 23:22:14 +02:00
2023-04-03 15:59:21 +00:00
2023-02-14 19:55:44 +00:00