diff options
| author | Arthur Carcano <arthur.carcano@ocamlpro.com> | 2024-01-03 17:45:41 +0100 |
|---|---|---|
| committer | Arthur Carcano <arthur.carcano@ocamlpro.com> | 2024-03-12 10:59:41 +0100 |
| commit | e78851813eadb69b2a299ff794abbed3202e8ba8 (patch) | |
| tree | 6624186ddc9835ef4218d0a0166cee43a20e10aa /compiler/rustc_serialize/src | |
| parent | 99b8ec2d6e5c8b58d51dcd842a4a9fca9a26cf89 (diff) | |
| download | rust-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_serialize/src')
0 files changed, 0 insertions, 0 deletions
