1
Fork 0

compiler: Remove feature(new_uninit)

This commit is contained in:
Jubilee Young 2024-08-21 22:54:38 -07:00
parent 169b2f0e6d
commit 2535a0f776
4 changed files with 1 additions and 4 deletions

View file

@ -21,7 +21,6 @@
#![feature(decl_macro)]
#![feature(dropck_eyepatch)]
#![feature(maybe_uninit_slice)]
#![feature(new_uninit)]
#![feature(rustc_attrs)]
#![feature(rustdoc_internals)]
#![feature(strict_provenance)]