From a891f6edfeb4d7b061a215ba160fca0e4804ffd2 Mon Sep 17 00:00:00 2001 From: Clément Renault Date: Thu, 10 Dec 2020 10:16:29 +0100 Subject: Introduce the GroupBy and GroupByMut 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 3ac34c9ae28..34102d9c403 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -140,6 +140,7 @@ #![feature(try_trait)] #![feature(type_alias_impl_trait)] #![feature(associated_type_bounds)] +#![feature(slice_group_by)] // Allow testing this library #[cfg(test)] -- cgit 1.4.1-3-g733a5