Skip to content

Commit ceb045b

Browse files
Fix imports and features for core
1 parent 5b4282e commit ceb045b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/core_simd/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![cfg_attr(not(feature = "std"), no_std)]
22
#![feature(
33
const_fn_trait_bound,
4-
const_panic,
54
platform_intrinsics,
65
repr_simd,
76
simd_ffi,

crates/core_simd/src/swizzle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::simd::intrinsics;
2-
use crate::{LaneCount, Simd, SimdElement, SupportedLaneCount};
2+
use crate::simd::{LaneCount, Simd, SimdElement, SupportedLaneCount};
33

44
/// Constructs a new vector by selecting values from the lanes of the source vector or vectors to use.
55
///

0 commit comments

Comments
 (0)