Skip to content

Commit fd38113

Browse files
authoredMay 11, 2021
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.
2 parents c65663a + c016e93 commit fd38113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following previously stable APIs are now `const`.
5858
Rustdoc
5959
-------
6060
- [Rustdoc lints are now treated as a tool lint, meaning that
61-
lints are now prefixed with `rustdoc::` (e.g. `#[warn(rustdoc::non_autolinks)]`).][80527]
61+
lints are now prefixed with `rustdoc::` (e.g. `#[warn(rustdoc::broken_intra_doc_links)]`).][80527]
6262
Using the old style is still allowed, and will become a warning in
6363
a future release.
6464
- [Rustdoc now supports argument files.][82261]

0 commit comments

Comments
 (0)
Please sign in to comment.