granite-rust/library/alloc
Matthias Krüger 1b2f594f48
Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcm
Remove incorrect comment in `Vec::drain`

r? ``@scottmcm``

Turns out this comment wasn't correct for 6 years, since #34951, which switched from using `slice::IterMut` into using `slice::Iter`.
2022-10-22 00:14:03 +02:00
..
benches Stabilize map_first_last 2022-09-30 17:00:07 +02:00
src Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcm 2022-10-22 00:14:03 +02:00
tests Add regression test for lifetimes in alloc internals autotraits 2022-10-05 12:15:17 -07:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00