Skip to content

Commit eb5fa06

Browse files
committed
Move core::simd to core::unstable::simd
1 parent 0ed4495 commit eb5fa06

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/libcore/core.rc

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ pub mod nil;
164164
pub mod bool;
165165
pub mod char;
166166
pub mod tuple;
167-
pub mod simd;
168167

169168
pub mod vec;
170169
pub mod at_vec;

src/libcore/unstable.rs

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ pub mod weak_task;
3030
pub mod exchange_alloc;
3131
#[path = "unstable/intrinsics.rs"]
3232
pub mod intrinsics;
33+
#[path = "unstable/simd.rs"]
34+
pub mod simd;
3335
#[path = "unstable/extfmt.rs"]
3436
pub mod extfmt;
3537
#[path = "unstable/lang.rs"]
File renamed without changes.

0 commit comments

Comments
 (0)