Stabilize vec_spare_capacity

Closes #75017
This commit is contained in:
Amanieu d'Antras
2022-01-17 21:07:02 +00:00
parent fd20513f52
commit e012b9a78d
5 changed files with 4 additions and 8 deletions

View File

@@ -341,7 +341,6 @@
#![feature(unboxed_closures)]
#![feature(unwrap_infallible)]
#![feature(vec_into_raw_parts)]
#![feature(vec_spare_capacity)]
// NB: the above list is sorted to minimize merge conflicts.
#![default_lib_allocator]