removing stable feature supression
This commit is contained in:
parent
4088bd18b1
commit
13714eb513
|
@ -11,7 +11,6 @@
|
||||||
slice_partition_dedup,
|
slice_partition_dedup,
|
||||||
portable_simd,
|
portable_simd,
|
||||||
iter_collect_into,
|
iter_collect_into,
|
||||||
new_uninit,
|
|
||||||
ptr_metadata,
|
ptr_metadata,
|
||||||
slice_ptr_get,
|
slice_ptr_get,
|
||||||
slice_take,
|
slice_take,
|
||||||
|
@ -22,14 +21,12 @@
|
||||||
str_from_raw_parts,
|
str_from_raw_parts,
|
||||||
ptr_sub_ptr,
|
ptr_sub_ptr,
|
||||||
slice_from_ptr_range,
|
slice_from_ptr_range,
|
||||||
is_sorted,
|
|
||||||
iter_next_chunk,
|
iter_next_chunk,
|
||||||
pointer_is_aligned_to,
|
pointer_is_aligned_to,
|
||||||
maybe_uninit_fill,
|
maybe_uninit_fill
|
||||||
precise_capturing
|
|
||||||
)]
|
)]
|
||||||
#![warn(clippy::dbg_macro)]
|
#![warn(clippy::dbg_macro)]
|
||||||
#![expect(stable_features, internal_features)]
|
#![expect(internal_features)]
|
||||||
#![no_std]
|
#![no_std]
|
||||||
|
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
|
|
Loading…
Reference in a new issue