removing stable feature supression

This commit is contained in:
Jakub Doka 2024-11-16 17:41:40 +01:00
parent 4088bd18b1
commit 13714eb513
No known key found for this signature in database
GPG key ID: C6E9A89936B8C143

View file

@ -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")]