Files
rust/library/alloc/src
Guillaume Gomez 6af6c40a12 Rollup merge of #81115 - ssomers:btree_drainy_refactor_4, r=Mark-Simulacrum
BTreeMap: prefer bulk_steal functions over specialized ones

The `steal_` functions (apart from their return value) are basically specializations of the more general `bulk_steal_` functions. This PR removes the specializations. The library/alloc benchmarks say this is never slower and up to 6% faster.

r? ``@Mark-Simulacrum``
2021-01-19 10:27:54 +01:00
..
2020-07-27 19:51:13 -05:00
2020-11-07 12:50:57 -08:00
2021-01-17 12:48:25 +01:00
2020-07-27 19:51:13 -05:00