Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit ccc6218

Browse files
authored
Merge pull request #479 from budziq/stabilize_iterator_for_each
stabilizing feature iterator_for_each for rust 1.22.0
2 parents c79082e + 7221e38 commit ccc6218

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#![feature(type_ascription)]
1414
#![feature(integer_atomics)]
1515
#![feature(fnbox)]
16-
#![feature(iterator_for_each)]
1716

1817
extern crate cargo;
1918
extern crate env_logger;

0 commit comments

Comments
 (0)