Rollup merge of #80011 - Stupremee:stabilize-peekable-next-if, r=dtolnay
Stabilize `peekable_next_if` This PR stabilizes the `peekable_next_if` feature Resolves #72480
This commit is contained in:
commit
cc882fc3be
3 changed files with 2 additions and 7 deletions
|
|
@ -9,7 +9,6 @@
|
|||
#![feature(in_band_lifetimes)]
|
||||
#![feature(nll)]
|
||||
#![feature(or_patterns)]
|
||||
#![feature(peekable_next_if)]
|
||||
#![feature(test)]
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![feature(never_type)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue