Stabilize iter::zip.

This commit is contained in:
PFPoitras 2021-12-13 19:18:50 -04:00
parent 404c8471ab
commit 304ede6bcc
27 changed files with 3 additions and 28 deletions

View file

@ -1,7 +1,6 @@
#![feature(allow_internal_unstable)]
#![feature(bench_black_box)]
#![feature(extend_one)]
#![feature(iter_zip)]
#![feature(min_specialization)]
#![feature(step_trait)]
#![feature(test)]