Implement Vec::pop_if
This commit is contained in:
parent
47ecded352
commit
07d3806eb1
4 changed files with 57 additions and 0 deletions
|
@ -169,6 +169,7 @@
|
|||
#![feature(unicode_internals)]
|
||||
#![feature(unsize)]
|
||||
#![feature(utf8_chunks)]
|
||||
#![feature(vec_pop_if)]
|
||||
// tidy-alphabetical-end
|
||||
//
|
||||
// Language features:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue