stabilize {slice,array}::from_mut

This commit is contained in:
ultrabear
2024-09-18 19:16:28 -07:00
parent 883f9a2c8f
commit 461b49d96d
4 changed files with 4 additions and 6 deletions

View File

@@ -114,7 +114,6 @@
#![feature(const_align_offset)]
#![feature(const_alloc_layout)]
#![feature(const_arguments_as_str)]
#![feature(const_array_from_ref)]
#![feature(const_array_into_iter_constructors)]
#![feature(const_bigint_helper_methods)]
#![feature(const_black_box)]
@@ -145,7 +144,6 @@
#![feature(const_replace)]
#![feature(const_size_of_val)]
#![feature(const_size_of_val_raw)]
#![feature(const_slice_from_ref)]
#![feature(const_strict_overflow_ops)]
#![feature(const_swap)]
#![feature(const_try)]