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

@ -53,7 +53,6 @@
#![feature(min_specialization)]
#![feature(negative_impls)]
#![feature(never_type)]
#![feature(new_uninit)]
#![feature(ptr_alignment_type)]
#![feature(rustc_attrs)]
#![feature(rustdoc_internals)]