Use iterators instead of slices at more sites

This commit is contained in:
Oli Scherer
2022-11-17 13:06:37 +00:00
parent ec8d01fdcc
commit 9e4c3f41c1
7 changed files with 10 additions and 9 deletions

View File

@@ -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(associated_type_bounds)]
#![feature(box_patterns)]
#![feature(control_flow_enum)]
#![feature(drain_filter)]