mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
1b2f594f48
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`.