We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37797d9 commit cd7ecbaCopy full SHA for cd7ecba
crates/core_simd/src/lib.rs
@@ -1,7 +1,5 @@
1
#![cfg_attr(not(feature = "std"), no_std)]
2
-#![allow(incomplete_features)]
3
#![feature(
4
- adt_const_params,
5
const_fn_trait_bound,
6
const_panic,
7
platform_intrinsics,
@@ -11,6 +9,7 @@
11
9
stdsimd
12
10
)]
13
#![cfg_attr(feature = "generic_const_exprs", feature(generic_const_exprs))]
+#![cfg_attr(feature = "generic_const_exprs", allow(incomplete_features))]
14
#![warn(missing_docs)]
15
#![deny(unsafe_op_in_unsafe_fn)]
16
#![unstable(feature = "portable_simd", issue = "86656")]
0 commit comments