From d74b8e0505b83c72761987c48f3aa3fbb2656573 Mon Sep 17 00:00:00 2001 From: Scott McMurray Date: Sat, 3 Oct 2020 16:51:43 -0700 Subject: Replace some once(x).chain(once(y)) with [x, y] IntoIter Now that we have by-value array iterators... --- library/alloc/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/alloc/src/lib.rs') diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index b33cb3ad8e8..046c3867d84 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -77,6 +77,7 @@ #![cfg_attr(test, feature(new_uninit))] #![feature(allocator_api)] #![feature(array_chunks)] +#![feature(array_value_iter)] #![feature(array_windows)] #![feature(allow_internal_unstable)] #![feature(arbitrary_self_types)] -- cgit 1.4.1-3-g733a5