1
Fork 0

Stabilize Vec<T>::shrink_to

This commit is contained in:
Yoh Deadfall 2021-07-05 14:30:15 +03:00
parent 9a27044f42
commit 4867a21225
9 changed files with 8 additions and 16 deletions

View file

@ -306,7 +306,6 @@
#![feature(ready_macro)]
#![feature(rustc_attrs)]
#![feature(rustc_private)]
#![feature(shrink_to)]
#![feature(slice_concat_ext)]
#![feature(slice_internals)]
#![feature(slice_ptr_get)]