mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
0727994435
Replace some uses of vec.drain(..) with vec.into_iter() IntoIter should optimize better than Drain
For more information about how rustc works, see the rustc dev guide.