]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/unix/mod.rs
Rollup merge of #106886 - dtolnay:fastinstall, r=Mark-Simulacrum
[rust.git] / library / std / src / sys / unix / mod.rs
index 9d7a06852b78acc23bc8f8d2b9c441ae36773cbd..30a96be14300a8f8c07fb2f81cf52af12e640ef6 100644 (file)
@@ -40,7 +40,7 @@
 pub mod thread;
 pub mod thread_local_dtor;
 pub mod thread_local_key;
-pub mod thread_parker;
+pub mod thread_parking;
 pub mod time;
 
 #[cfg(target_os = "espidf")]