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-01-03 17:45:41 +0100
committerArthur Carcano <arthur.carcano@ocamlpro.com>2024-03-12 10:59:41 +0100
commite78851813eadb69b2a299ff794abbed3202e8ba8 (patch)
tree6624186ddc9835ef4218d0a0166cee43a20e10aa /compiler/rustc_codegen_gcc/src
parent99b8ec2d6e5c8b58d51dcd842a4a9fca9a26cf89 (diff)
downloadrust-e78851813eadb69b2a299ff794abbed3202e8ba8.tar.gz
rust-e78851813eadb69b2a299ff794abbed3202e8ba8.zip
Allow dead code in thread local dtor
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 the nature of this code, I don't feel confident removing the field
so it is only marked as allow(dead_code).
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
0 files changed, 0 insertions, 0 deletions