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

@ -6,7 +6,6 @@
#![feature(const_fn)] // For the unsizing cast on `&[]`
#![feature(const_panic)]
#![feature(in_band_lifetimes)]
#![feature(iterator_fold_self)]
#![feature(once_cell)]
#![feature(or_patterns)]
#![recursion_limit = "256"]