Skip to content

Commit

Permalink
Fix lint name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Sep 14, 2020
1 parent 51c1351 commit 6f1fa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustdoc/src/lints.md
Expand Up @@ -50,7 +50,7 @@ warning: `Foo` is both an enum and a function
1 | /// [`Foo`]
| ^^^^^ ambiguous link
|
= note: `#[warn(intra_doc_link_resolution_failure)]` on by default
= note: `#[warn(broken_intra_doc_links)]` on by default
help: to link to the enum, prefix with the item type
|
1 | /// [`enum@Foo`]
Expand Down

0 comments on commit 6f1fa2b

Please sign in to comment.