mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
a530f72268
Use sort_by_key instead of sort_by I went over the cases where sort_by is used and in these two, one can use sort_by_key instead.