Skip to content

Commit d4f3002

Browse files
authored
Fix an invalid link on Diagnostic Items (rust-lang#1261)
1 parent 8047e19 commit d4f3002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/diagnostics/diagnostic-items.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct Penguin;
2323

2424
Diagnostic items are usually only added to traits, types and standalone functions. If the goal
2525
is to check for an associated type or method, please use the diagnostic item of the item and
26-
reference [*Using Diagnostic Items*](#using-diagnostic-items).
26+
reference [*How To Use Diagnostic Items*](#how-to-use-diagnostic-items).
2727

2828
## How To Add Diagnostic Items
2929

0 commit comments

Comments
 (0)