Rollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett
Implement `shrink_to` method on collections Fixes #49385
This commit is contained in:
commit
010fb40b44
13 changed files with 237 additions and 2 deletions
|
@ -298,6 +298,7 @@
|
|||
#![feature(raw)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(stdsimd)]
|
||||
#![feature(shrink_to)]
|
||||
#![feature(slice_bytes)]
|
||||
#![feature(slice_concat_ext)]
|
||||
#![feature(slice_internals)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue