diff options
| author | PFPoitras <patrick.f.poitras@gmail.com> | 2021-12-13 19:18:50 -0400 | 
|---|---|---|
| committer | PFPoitras <patrick.f.poitras@gmail.com> | 2021-12-14 18:50:31 -0400 | 
| commit | 304ede6bcc86d0ec4b5b5fa28e33e8343dc5170a (patch) | |
| tree | 43e4c6549d067dc1ec59c328df83a453875a0510 /compiler/rustc_expand | |
| parent | 404c8471aba60c2d837fa728e7c729a0f52d5830 (diff) | |
| download | rust-304ede6bcc86d0ec4b5b5fa28e33e8343dc5170a.tar.gz rust-304ede6bcc86d0ec4b5b5fa28e33e8343dc5170a.zip  | |
Stabilize iter::zip.
Diffstat (limited to 'compiler/rustc_expand')
| -rw-r--r-- | compiler/rustc_expand/src/lib.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/lib.rs b/compiler/rustc_expand/src/lib.rs index c721c4b8d7c..60a62ac204c 100644 --- a/compiler/rustc_expand/src/lib.rs +++ b/compiler/rustc_expand/src/lib.rs @@ -2,7 +2,6 @@ #![feature(decl_macro)] #![feature(destructuring_assignment)] #![feature(if_let_guard)] -#![feature(iter_zip)] #![feature(let_else)] #![feature(proc_macro_diagnostic)] #![feature(proc_macro_internals)]  | 
