Skip to content

Commit 6c1656d

Browse files
committed
move strict provenance lints to new feature gate, remove old feature gates
1 parent 2458792 commit 6c1656d

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
@@ -9,7 +9,6 @@
99
repr_simd,
1010
simd_ffi,
1111
staged_api,
12-
strict_provenance,
1312
prelude_import,
1413
ptr_metadata
1514
)]

crates/core_simd/tests/pointers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(portable_simd, strict_provenance, exposed_provenance)]
1+
#![feature(portable_simd)]
22

33
use core_simd::simd::{
44
ptr::{SimdConstPtr, SimdMutPtr},

0 commit comments

Comments
 (0)