Implement Vec::pop_if

This commit is contained in:
Alex van de Sandt 2024-03-26 15:54:22 -04:00
parent 47ecded352
commit 07d3806eb1
4 changed files with 57 additions and 0 deletions

View file

@ -169,6 +169,7 @@
#![feature(unicode_internals)]
#![feature(unsize)]
#![feature(utf8_chunks)]
#![feature(vec_pop_if)]
// tidy-alphabetical-end
//
// Language features: