1
Fork 0

Use iter::zip in library/

This commit is contained in:
Josh Stone 2021-03-08 15:32:41 -08:00
parent b362958453
commit 3b1f5e3462
8 changed files with 18 additions and 15 deletions

View file

@ -278,6 +278,7 @@
#![feature(integer_atomics)]
#![feature(into_future)]
#![feature(intra_doc_pointers)]
#![feature(iter_zip)]
#![feature(lang_items)]
#![feature(link_args)]
#![feature(linkage)]