rust/library/core
bors 678e669cc4 Auto merge of #134976 - mgsloan:improve-select-nth-unstable-docs, r=ibraheemdev
Improve `select_nth_unstable` documentation clarity

* Instead uses `before` and `after` variable names in the example
where `greater` and `lesser` are flipped.

* Uses `<=` and `>=` instead of "less than or equal to" and "greater
than or equal to" to make the docs more concise.

* General attempt to remove unnecessary words and be more precise. For
example it seems slightly wrong to say "its final sorted position",
since this implies there is only one sorted position for this element.
2025-01-19 08:50:12 +00:00
..
benches Fix typos 2024-12-27 21:35:57 +08:00
src Auto merge of #134976 - mgsloan:improve-select-nth-unstable-docs, r=ibraheemdev 2025-01-19 08:50:12 +00:00
tests Rollup merge of #133720 - c410-f3r:cfg-match-foo-bar-baz, r=joshtriplett 2025-01-16 17:00:44 +01:00
Cargo.toml Teach rust core about Xtensa VaListImpl and add a custom lowering of vaarg for xtensa. 2024-12-03 10:54:08 +00:00