]> git.lizzy.rs Git - rust.git/commit
Auto merge of #97870 - eggyal:inplace_fold_spec, r=wesleywiser
authorbors <bors@rust-lang.org>
Sat, 19 Nov 2022 02:28:47 +0000 (02:28 +0000)
committerbors <bors@rust-lang.org>
Sat, 19 Nov 2022 02:28:47 +0000 (02:28 +0000)
commitbecc24a23aed2639db3b78acd93ec6d553898583
tree5838e2fc43864e13aa948a42a08cee237a67f5a3
parentff0ffda6b3c3ea392c6cf88c676133666f491e5c
parent9208c08a771199e49aa1bff0e80354124eddbe5f
Auto merge of #97870 - eggyal:inplace_fold_spec, r=wesleywiser

Use liballoc's specialised in-place vec collection

liballoc already specialises in-place vector collection, so manually
reimplementing it in `IdFunctor::try_map_id` was superfluous.