Skip to content

Commit

Permalink
Include "Lint" in the title of the diagnostics chapter (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSeulArtichaut authored Jun 10, 2020
1 parent 1a229d6 commit e647444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- [with the linux perf tool](./profiling/with_perf.md)
- [Coding conventions](./conventions.md)
- [crates.io Dependencies](./crates-io.md)
- [Emitting Errors and other Diagnostics](diagnostics.md)
- [Errors and Lints](diagnostics.md)
- [`LintStore`](./diagnostics/lintstore.md)
- [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
- [Notification groups](notification-groups/about.md)
Expand Down
2 changes: 1 addition & 1 deletion src/diagnostics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Emitting Errors and other Diagnostics
# Errors and Lints

A lot of effort has been put into making `rustc` have great error messages.
This chapter is about how to emit compile errors and lints from the compiler.
Expand Down

0 comments on commit e647444

Please sign in to comment.