Skip to content

Commit 0fa9bf4

Browse files
committed
Reference new diagnostic item docs in our docs :)
1 parent 87c375f commit 0fa9bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/common_tools_writing_lints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ You may need following tooltips to catch up with common operations.
1111

1212
Useful Rustc dev guide links:
1313
- [Stages of compilation](https://rustc-dev-guide.rust-lang.org/compiler-src.html#the-main-stages-of-compilation)
14+
- [Diagnostic items](https://rustc-dev-guide.rust-lang.org/diagnostics/diagnostic-items.html)
1415
- [Type checking](https://rustc-dev-guide.rust-lang.org/type-checking.html)
1516
- [Ty module](https://rustc-dev-guide.rust-lang.org/ty.html)
1617

0 commit comments

Comments
 (0)