rust/library/alloc/src/collections
Matthias Krüger 2ee9678338
Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnay
impl `Default` for collection iterators that don't already have it

There is a pretty strong precedent for implementing `Default` for collection iterators, and this does so for some where this implementation was missed.

I don't think this needs a separate ACP (since this precedent already exists, and these feel like they were just missed), however, it *will* need an FCP since these implementations are instantly stable.
2024-08-07 20:28:16 +02:00
..
binary_heap Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnay 2024-08-07 20:28:16 +02:00
btree Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnay 2024-08-07 20:28:16 +02:00
linked_list Reformat use declarations. 2024-07-29 08:26:52 +10:00
vec_deque Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnay 2024-08-07 20:28:16 +02:00
linked_list.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00