diff options
| author | Josh Stone <jistone@redhat.com> | 2019-04-11 14:04:52 -0700 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-04-23 18:06:46 +0200 |
| commit | edada618706085bc69088a02745a10810d9134b4 (patch) | |
| tree | 66ae846ddb47756daf5fae23b15fcdca012bd93d | |
| parent | 91856ed52c58aa5ba66a015354d1cc69e9779bdf (diff) | |
| download | rust-edada618706085bc69088a02745a10810d9134b4.tar.gz rust-edada618706085bc69088a02745a10810d9134b4.zip | |
Fix the link to sort_by_cached_key
It's a primitive slice method, not a standalone function.
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 821889d64a5..fcaaa73bdc0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -133,7 +133,7 @@ Compatibility Notes [`num::NonZeroI64`]: https://doc.rust-lang.org/std/num/struct.NonZeroI64.html [`num::NonZeroI8`]: https://doc.rust-lang.org/std/num/struct.NonZeroI8.html [`num::NonZeroIsize`]: https://doc.rust-lang.org/std/num/struct.NonZeroIsize.html -[`slice::sort_by_cached_key`]: https://doc.rust-lang.org/std/slice/fn.sort_by_cached_key +[`slice::sort_by_cached_key`]: https://doc.rust-lang.org/std/primitive.slice.html#method.sort_by_cached_key [`str::escape_debug`]: https://doc.rust-lang.org/std/primitive.str.html#method.escape_debug [`str::escape_default`]: https://doc.rust-lang.org/std/primitive.str.html#method.escape_default [`str::escape_unicode`]: https://doc.rust-lang.org/std/primitive.str.html#method.escape_unicode |
