rust/library/core
Dylan DPC 461297e3fd
Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu
Stabilize `peekable_peek_mut`

Resolves #78302. Also adds some documentation on `std::iter::Iterator::peekable()` regarding the new method.

The feature was added in #77491 in Nov' 20, which is recently, but the feature seems reasonably small. Never did a stabilization-pr, excuse my ignorance if there is a protocol I'm not aware of.
2021-04-08 20:29:57 +02:00
..
benches add bench 2021-03-18 00:25:20 +01:00
src Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu 2021-04-08 20:29:57 +02:00
tests Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu 2021-04-08 20:29:57 +02:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00