library: Stabilize const_unsafecell_get_mut

Const-stabilizes:
- `UnsafeCell::get_mut`
This commit is contained in:
Jubilee Young
2024-09-27 13:49:49 -07:00
parent 966405d107
commit 75db6b29b5
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,6 @@
#![feature(const_typed_swap)]
#![feature(const_ub_checks)]
#![feature(const_unicode_case_lookup)]
#![feature(const_unsafecell_get_mut)]
#![feature(coverage_attribute)]
#![feature(do_not_recommend)]
#![feature(duration_consts_float)]