Stabilize Iterator::intersperse()

This commit is contained in:
inquisitivecrystal
2021-08-31 14:35:12 -07:00
parent 0a84708edc
commit 06dd4c03a0
6 changed files with 12 additions and 20 deletions

View File

@@ -13,7 +13,6 @@
#![feature(never_type)]
#![feature(once_cell)]
#![feature(type_ascription)]
#![feature(iter_intersperse)]
#![recursion_limit = "256"]
#![warn(rustc::internal)]