about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-05-06 14:33:05 -0400
committerJoshua Nelson <jyn514@gmail.com>2021-05-06 14:33:05 -0400
commitc016e93d96983b97a29f5e18b4207341599cbf2b (patch)
tree25994c6112b2ed0bda998e886f401d8a833afa43 /RELEASES.md
parentd44f647ffcff0e1ff2c0f45b6a0ce9796d80f1ca (diff)
downloadrust-c016e93d96983b97a29f5e18b4207341599cbf2b.tar.gz
rust-c016e93d96983b97a29f5e18b4207341599cbf2b.zip
RELEASES.md: Use broken_intra_doc_links as an example, not a nightly lint
`non_autolinks` has since been renamed and also was unstable at the time
this was written.
Diffstat (limited to 'RELEASES.md')
-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]