Skip to content

Commit 6f1fa2b

Browse files
committed
Fix lint name in docs
1 parent 51c1351 commit 6f1fa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/lints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ warning: `Foo` is both an enum and a function
5050
1 | /// [`Foo`]
5151
| ^^^^^ ambiguous link
5252
|
53-
= note: `#[warn(intra_doc_link_resolution_failure)]` on by default
53+
= note: `#[warn(broken_intra_doc_links)]` on by default
5454
help: to link to the enum, prefix with the item type
5555
|
5656
1 | /// [`enum@Foo`]

0 commit comments

Comments
 (0)