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;
48
48
49
49
cfg_if:: cfg_if! {
50
50
if #[ cfg( target_feature = "atomics" ) ] {
51
- #[ path = "condvar_atomics .rs" ]
51
+ #[ path = "atomics/condvar .rs" ]
52
52
pub mod condvar;
53
- #[ path = "mutex_atomics .rs" ]
53
+ #[ path = "atomics/mutex .rs" ]
54
54
pub mod mutex;
55
- #[ path = "rwlock_atomics .rs" ]
55
+ #[ path = "atomics/rwlock .rs" ]
56
56
pub mod rwlock;
57
- #[ path = "futex_atomics .rs" ]
57
+ #[ path = "atomics/futex .rs" ]
58
58
pub mod futex;
59
- #[ path = "thread_atomics .rs" ]
59
+ #[ path = "atomics/thread .rs" ]
60
60
pub mod thread;
61
61
} else {
62
62
#[ path = "../unsupported/condvar.rs" ]
You can’t perform that action at this time.
0 commit comments