about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-04-28 11:38:59 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2023-04-28 18:34:55 +1000
commit23e91d4d73785f6dfac6b6ac198dc45574cabc88 (patch)
tree088ee7e7ec23196b8449d0ff2d6cd2622153d859 /compiler/rustc_codegen_llvm/src/errors.rs
parenta676dfa888b3d14abfa5d9b9a1045f8c1bde6793 (diff)
downloadrust-23e91d4d73785f6dfac6b6ac198dc45574cabc88.tar.gz
rust-23e91d4d73785f6dfac6b6ac198dc45574cabc88.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions