about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorArthur Carcano <arthur.carcano@ocamlpro.com>2024-03-22 10:17:16 +0100
committerArthur Carcano <arthur.carcano@ocamlpro.com>2024-03-22 23:59:19 +0100
commit7342cc46f88bad93bfa82125a09db01bbbe92075 (patch)
tree41533eeb73500e448a64401f72e06532b91a6892 /compiler/rustc_codegen_gcc/src
parentf60c4ed197ad4bc5d7390a6073b49c4c2eae3785 (diff)
downloadrust-7342cc46f88bad93bfa82125a09db01bbbe92075.tar.gz
rust-7342cc46f88bad93bfa82125a09db01bbbe92075.zip
Delete dead fields of deserialized cargo output
The dead_code lint was previously eroneously missing this dead code.
Since this lint bug has been fixed, the unused field need to be removed
or marked as `#[allow(dead_code)]`.

Given that this struct is deserialized without #[serde(deny_unknown_fields)]
it is ok to simply delete the never read fields.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
0 files changed, 0 insertions, 0 deletions