Skip to content

Commit cd7ecba

Browse files
calebzulawskiworkingjubilee
authored andcommitted
Remove adt_const_params feature
1 parent 37797d9 commit cd7ecba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/core_simd/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#![cfg_attr(not(feature = "std"), no_std)]
2-
#![allow(incomplete_features)]
32
#![feature(
4-
adt_const_params,
53
const_fn_trait_bound,
64
const_panic,
75
platform_intrinsics,
@@ -11,6 +9,7 @@
119
stdsimd
1210
)]
1311
#![cfg_attr(feature = "generic_const_exprs", feature(generic_const_exprs))]
12+
#![cfg_attr(feature = "generic_const_exprs", allow(incomplete_features))]
1413
#![warn(missing_docs)]
1514
#![deny(unsafe_op_in_unsafe_fn)]
1615
#![unstable(feature = "portable_simd", issue = "86656")]

0 commit comments

Comments
 (0)