File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ pub mod util;
238
238
/* Unsupported interfaces */
239
239
240
240
// Private APIs
241
+ #[path = "unstable/mod.rs"]
241
242
pub mod unstable;
242
243
243
244
/* For internal use, not exported */
Original file line number Diff line number Diff line change @@ -18,23 +18,14 @@ use task;
18
18
use task:: atomically;
19
19
use self :: finally:: Finally ;
20
20
21
- #[ path = "unstable/at_exit.rs" ]
22
21
pub mod at_exit;
23
- #[ path = "unstable/global.rs" ]
24
22
pub mod global;
25
- #[ path = "unstable/finally.rs" ]
26
23
pub mod finally;
27
- #[ path = "unstable/weak_task.rs" ]
28
24
pub mod weak_task;
29
- #[ path = "unstable/exchange_alloc.rs" ]
30
25
pub mod exchange_alloc;
31
- #[ path = "unstable/intrinsics.rs" ]
32
26
pub mod intrinsics;
33
- #[ path = "unstable/simd.rs" ]
34
27
pub mod simd;
35
- #[ path = "unstable/extfmt.rs" ]
36
28
pub mod extfmt;
37
- #[ path = "unstable/lang.rs" ]
38
29
#[ cfg( not( test) ) ]
39
30
pub mod lang;
40
31
You can’t perform that action at this time.
0 commit comments