]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #92138 - AngelicosPhosphoros:try_smarter_vec_from_iter_48994_2, r=Mark...
authorbors <bors@rust-lang.org>
Thu, 20 Jan 2022 06:50:14 +0000 (06:50 +0000)
committerbors <bors@rust-lang.org>
Thu, 20 Jan 2022 06:50:14 +0000 (06:50 +0000)
Improve capacity estimation in Vec::from_iter

Iterates on the attempt made in #53086.

Closes #48994


Trivial merge