1
Fork 0

Stabilize feature(iterator_fold_self): Iterator::reduce

This commit is contained in:
Mara Bos 2020-12-07 21:24:07 +01:00
parent 26af55f5c6
commit 24e0940169
3 changed files with 1 additions and 5 deletions

View file

@ -14,7 +14,6 @@
#![feature(const_fn_transmute)]
#![feature(const_panic)]
#![feature(crate_visibility_modifier)]
#![feature(iterator_fold_self)]
#![feature(label_break_value)]
#![feature(nll)]
#![feature(or_patterns)]