Replace some once(x).chain(once(y)) with [x, y] IntoIter
Now that we have by-value array iterators...
This commit is contained in:
parent
738d4a7a36
commit
d74b8e0505
7 changed files with 11 additions and 9 deletions
|
@ -11,6 +11,7 @@
|
|||
//! This API is completely unstable and subject to change.
|
||||
|
||||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
|
||||
#![feature(array_value_iter)]
|
||||
#![feature(bool_to_option)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(drain_filter)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue