diff options
| author | joboet <jonasboettiger@icloud.com> | 2024-05-24 11:46:09 +0200 | 
|---|---|---|
| committer | joboet <jonasboettiger@icloud.com> | 2024-05-24 12:28:05 +0200 | 
| commit | 0e7e75ebca2ee9cc9a6c019110797250094908f5 (patch) | |
| tree | 0f3c1fd994f5155fe2ff5fe45e15a8ff65d8163b /library/std/src/sys/mod.rs | |
| parent | 5f0531da05114b473cb04edce0d4374d516b9125 (diff) | |
| download | rust-0e7e75ebca2ee9cc9a6c019110797250094908f5.tar.gz rust-0e7e75ebca2ee9cc9a6c019110797250094908f5.zip  | |
std: clean up the TLS implementation
Diffstat (limited to 'library/std/src/sys/mod.rs')
| -rw-r--r-- | library/std/src/sys/mod.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/sys/mod.rs b/library/std/src/sys/mod.rs index bbd1d840e92..8f70cefc601 100644 --- a/library/std/src/sys/mod.rs +++ b/library/std/src/sys/mod.rs @@ -9,8 +9,6 @@ pub mod cmath; pub mod os_str; pub mod path; pub mod sync; -#[allow(dead_code)] -#[allow(unused_imports)] pub mod thread_local; // FIXME(117276): remove this, move feature implementations into individual  | 
