]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #90655 - the8472:drain-dot-dot, r=jyn514
authorbors <bors@rust-lang.org>
Sat, 6 Nov 2021 20:14:37 +0000 (20:14 +0000)
committerbors <bors@rust-lang.org>
Sat, 6 Nov 2021 20:14:37 +0000 (20:14 +0000)
Replace some uses of vec.drain(..) with vec.into_iter()

IntoIter should optimize better than Drain


Trivial merge