1
Fork 0

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

@ -33,7 +33,6 @@
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![no_std]
#![forbid(unsafe_code)]
#![feature(iter_zip)]
#![feature(nll)]
#[macro_use]