We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c1351 commit 6f1fa2bCopy full SHA for 6f1fa2b
src/doc/rustdoc/src/lints.md
@@ -50,7 +50,7 @@ warning: `Foo` is both an enum and a function
50
1 | /// [`Foo`]
51
| ^^^^^ ambiguous link
52
|
53
- = note: `#[warn(intra_doc_link_resolution_failure)]` on by default
+ = note: `#[warn(broken_intra_doc_links)]` on by default
54
help: to link to the enum, prefix with the item type
55
56
1 | /// [`enum@Foo`]
0 commit comments