rust/library/alloc
Lukas Bergdoll 2a4e738c69 Apply review comments
- Use if the implementation of [`Ord`] for `T`
  language
- Link to total order wiki page
- Rework total order help and examples
- Improve language to be more precise and less
  prone to misunderstandings.
- Fix usage of `sort_unstable_by` in `sort_by`
  example
- Fix missing author mention
- Use more consistent example input for sort
- Use more idiomatic assert_eq! in examples
- Use more natural "comparison function" language
  instead of "comparator function"

(cherry picked from commit afc404fdfc)
2024-08-12 18:17:06 -07:00
..
benches disable benches in Miri 2024-04-07 09:58:10 +02:00
src Apply review comments 2024-08-12 18:17:06 -07:00
tests Mark format! with must_use hint 2024-07-06 14:24:20 +02:00
Cargo.toml Cleanup bootstrap check-cfg 2024-06-27 11:30:03 +02:00