diff options
| author | Josh Stone <jistone@redhat.com> | 2019-04-11 14:04:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-11 14:04:52 -0700 |
| commit | 90d97279192c7da262dbd427693c1ed94fee5d61 (patch) | |
| tree | ac9e3794300e5fc7a5fe35ccbfb3c0276503e0a9 | |
| parent | 3de0106789468b211bcc3a25c09c0cf07119186d (diff) | |
| download | rust-90d97279192c7da262dbd427693c1ed94fee5d61.tar.gz rust-90d97279192c7da262dbd427693c1ed94fee5d61.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 |
