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-02-20 21:50:20 +0100
committerArthur Carcano <arthur.carcano@ocamlpro.com>2024-03-12 12:06:16 +0100
commitf60c4ed197ad4bc5d7390a6073b49c4c2eae3785 (patch)
tree24b8feb83a96b063bd58e8b5c319b25a4e86e45b /compiler/rustc_codegen_gcc/src
parente78851813eadb69b2a299ff794abbed3202e8ba8 (diff)
downloadrust-f60c4ed197ad4bc5d7390a6073b49c4c2eae3785.tar.gz
rust-f60c4ed197ad4bc5d7390a6073b49c4c2eae3785.zip
Allow dead code in sys/pal
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)]`.

These structures API is common to all platforms so the code cannot be
removed and is hence marked allow(dead_code).
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
0 files changed, 0 insertions, 0 deletions