Remove adt_const_params feature
This commit is contained in:
parent
37797d9c0a
commit
cd7ecba19f
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
#![allow(incomplete_features)]
|
||||
#![feature(
|
||||
adt_const_params,
|
||||
const_fn_trait_bound,
|
||||
const_panic,
|
||||
platform_intrinsics,
|
||||
|
|
@ -11,6 +9,7 @@
|
|||
stdsimd
|
||||
)]
|
||||
#![cfg_attr(feature = "generic_const_exprs", feature(generic_const_exprs))]
|
||||
#![cfg_attr(feature = "generic_const_exprs", allow(incomplete_features))]
|
||||
#![warn(missing_docs)]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![unstable(feature = "portable_simd", issue = "86656")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue