rust/library/core
bors ef2ef926a5 Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus
Stabilize cmp_min_max_by

I would like to propose cmp::{min_by, min_by_key, max_by, max_by_key}
for stabilization.

These are relatively simple and seemingly uncontroversial functions and
have been unchanged in unstable for a while now.

Closes: #64460
2021-04-07 18:02:21 +00:00
..
benches add bench 2021-03-18 00:25:20 +01:00
src Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus 2021-04-07 18:02:21 +00:00
tests Auto merge of #81047 - glittershark:stabilize-cmp-min-max-by, r=kodraus 2021-04-07 18:02:21 +00:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00