remove const_slice_index annotations, it never had a feature gate anyway

This commit is contained in:
Ralf Jung
2024-09-08 08:54:01 +02:00
parent 332fa6aa6e
commit 7a3a317618
6 changed files with 1 additions and 21 deletions

View File

@@ -149,7 +149,6 @@
#![feature(const_size_of_val_raw)]
#![feature(const_slice_from_raw_parts_mut)]
#![feature(const_slice_from_ref)]
#![feature(const_slice_index)]
#![feature(const_slice_split_at_mut)]
#![feature(const_str_from_utf8_unchecked_mut)]
#![feature(const_strict_overflow_ops)]