diff options
| author | Clément Renault <clement@meilisearch.com> | 2020-12-10 10:16:29 +0100 |
|---|---|---|
| committer | Clément Renault <clement@meilisearch.com> | 2020-12-10 10:16:29 +0100 |
| commit | a891f6edfeb4d7b061a215ba160fca0e4804ffd2 (patch) | |
| tree | 268ac9128fb52fcce238b6f87261252d147beace /library/alloc/src/lib.rs | |
| parent | e413d89aa706060ddc347e1e06d551ec86d3f471 (diff) | |
| download | rust-a891f6edfeb4d7b061a215ba160fca0e4804ffd2.tar.gz rust-a891f6edfeb4d7b061a215ba160fca0e4804ffd2.zip | |
Introduce the GroupBy and GroupByMut Iterators
Diffstat (limited to 'library/alloc/src/lib.rs')
| -rw-r--r-- | library/alloc/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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)] |
