std: clean up the TLS implementation

This commit is contained in:
joboet
2024-05-24 11:46:09 +02:00
parent 5f0531da05
commit 0e7e75ebca
4 changed files with 4 additions and 5 deletions

View File

@@ -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