std: move Once implementations to sys

This commit is contained in:
joboet
2024-03-12 14:55:06 +01:00
parent 3b85d2c7fc
commit 22a5267c83
50 changed files with 22 additions and 35 deletions

View File

@@ -6,9 +6,9 @@ mod pal;
mod personality;
pub mod cmath;
pub mod locks;
pub mod os_str;
pub mod path;
pub mod sync;
#[allow(dead_code)]
#[allow(unused_imports)]
pub mod thread_local;