about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-04-12 12:18:09 +0200
committerGitHub <noreply@github.com>2019-04-12 12:18:09 +0200
commitdddcd928dd0e6d9a88f7e59a79b5b1027aebf92f (patch)
tree4c0dcd9538ae70bcba04bdf4dcb73fefbb6cd255
parentcb7079fe72c16097ee3a51b986f6058f85d583d4 (diff)
parent90d97279192c7da262dbd427693c1ed94fee5d61 (diff)
downloadrust-dddcd928dd0e6d9a88f7e59a79b5b1027aebf92f.tar.gz
rust-dddcd928dd0e6d9a88f7e59a79b5b1027aebf92f.zip
Rollup merge of #59891 - rust-lang:sort_by_cached_key, r=jonas-schievink
Fix the link to sort_by_cached_key

It's a primitive slice method, not a standalone function.
-rw-r--r--RELEASES.md2
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