core: Move unstable to unstable/mod.rs
This commit is contained in:
parent
1b883365bc
commit
4f44624415
2 changed files with 1 additions and 9 deletions
|
@ -238,6 +238,7 @@ pub mod util;
|
|||
/* Unsupported interfaces */
|
||||
|
||||
// Private APIs
|
||||
#[path = "unstable/mod.rs"]
|
||||
pub mod unstable;
|
||||
|
||||
/* For internal use, not exported */
|
||||
|
|
|
@ -18,23 +18,14 @@ use task;
|
|||
use task::atomically;
|
||||
use self::finally::Finally;
|
||||
|
||||
#[path = "unstable/at_exit.rs"]
|
||||
pub mod at_exit;
|
||||
#[path = "unstable/global.rs"]
|
||||
pub mod global;
|
||||
#[path = "unstable/finally.rs"]
|
||||
pub mod finally;
|
||||
#[path = "unstable/weak_task.rs"]
|
||||
pub mod weak_task;
|
||||
#[path = "unstable/exchange_alloc.rs"]
|
||||
pub mod exchange_alloc;
|
||||
#[path = "unstable/intrinsics.rs"]
|
||||
pub mod intrinsics;
|
||||
#[path = "unstable/simd.rs"]
|
||||
pub mod simd;
|
||||
#[path = "unstable/extfmt.rs"]
|
||||
pub mod extfmt;
|
||||
#[path = "unstable/lang.rs"]
|
||||
#[cfg(not(test))]
|
||||
pub mod lang;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue