about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-05-11 09:28:06 +0900
committerGitHub <noreply@github.com>2021-05-11 09:28:06 +0900
commitfd381134af0160addffbb999e2d38ec4351afa5d (patch)
tree3fab9e5ad70fdd4058ead6c6755a1db450fe5ca9
parentc65663a78141d0baa5d5b0905f15acee1193a215 (diff)
parentc016e93d96983b97a29f5e18b4207341599cbf2b (diff)
downloadrust-fd381134af0160addffbb999e2d38ec4351afa5d.tar.gz
rust-fd381134af0160addffbb999e2d38ec4351afa5d.zip
Rollup merge of #85002 - jyn514:releases, r=Mark-Simulacrum
RELEASES.md: Use broken_intra_doc_links as an example, not nightly lint

`non_autolinks` has since been renamed and also was unstable at the time
this was written.
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 1f940e6bc2d..92312d8d556 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -58,7 +58,7 @@ The following previously stable APIs are now `const`.
 Rustdoc
 -------
 - [Rustdoc lints are now treated as a tool lint, meaning that
-  lints are now prefixed with `rustdoc::` (e.g. `#[warn(rustdoc::non_autolinks)]`).][80527]
+  lints are now prefixed with `rustdoc::` (e.g. `#[warn(rustdoc::broken_intra_doc_links)]`).][80527]
   Using the old style is still allowed, and will become a warning in
   a future release.
 - [Rustdoc now supports argument files.][82261]