rust/library/std/src/sys
Arthur Carcano e78851813e 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).
2024-03-12 10:59:41 +01:00
..
locks Windows: Implement mutex using futex 2024-03-05 00:19:42 +00:00
os_str Move OsStr::slice_encoded_bytes validation to platform modules 2024-01-21 19:51:49 +01:00
pal Allow dead code in thread local dtor 2024-03-12 10:59:41 +01:00
path std: move path into sys 2024-02-08 12:51:35 +01:00
personality std support for wasm32 panic=unwind 2024-02-22 16:45:26 -06:00
thread_local std: move thread local implementation to sys 2024-02-28 19:12:29 +01:00
cmath.rs Make cmath.rs a single file 2024-02-07 12:02:24 -03:00
mod.rs std: move thread local implementation to sys 2024-02-28 19:12:29 +01:00