Skip to content

Commit 7ba49ef

Browse files
dpaoliellocalebzulawski
authored andcommitted
Import the 2021 prelude in the core crate
1 parent 48d411b commit 7ba49ef

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

crates/core_simd/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@
4646
#![unstable(feature = "portable_simd", issue = "86656")]
4747
//! Portable SIMD module.
4848
49-
#[prelude_import]
50-
#[allow(unused_imports)]
51-
use core::prelude::v1::*;
52-
5349
#[path = "mod.rs"]
5450
mod core_simd;
5551
pub use self::core_simd::simd;

crates/core_simd/src/vector.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use crate::simd::{
44
ptr::{SimdConstPtr, SimdMutPtr},
55
LaneCount, Mask, MaskElement, SupportedLaneCount, Swizzle,
66
};
7-
use core::convert::{TryFrom, TryInto};
87

98
/// A SIMD vector with the shape of `[T; N]` but the operations of `T`.
109
///

0 commit comments

Comments
 (0)