rust/compiler/rustc_hir
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
..
src Remove some unnecessary derives. 2023-04-28 18:34:55 +10:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00