File tree Expand file tree Collapse file tree 6 files changed +5
-5
lines changed Expand file tree Collapse file tree 6 files changed +5
-5
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ pub use crate::sys_common::os_str_bytes as os_str;
4848
4949cfg_if:: cfg_if! {
5050 if #[ cfg( target_feature = "atomics" ) ] {
51- #[ path = "condvar_atomics .rs" ]
51+ #[ path = "atomics/condvar .rs" ]
5252 pub mod condvar;
53- #[ path = "mutex_atomics .rs" ]
53+ #[ path = "atomics/mutex .rs" ]
5454 pub mod mutex;
55- #[ path = "rwlock_atomics .rs" ]
55+ #[ path = "atomics/rwlock .rs" ]
5656 pub mod rwlock;
57- #[ path = "futex_atomics .rs" ]
57+ #[ path = "atomics/futex .rs" ]
5858 pub mod futex;
59- #[ path = "thread_atomics .rs" ]
59+ #[ path = "atomics/thread .rs" ]
6060 pub mod thread;
6161 } else {
6262 #[ path = "../unsupported/condvar.rs" ]
You can’t perform that action at this time.
0 commit comments