Skip to content

Commit e647444

Browse files
Include "Lint" in the title of the diagnostics chapter (#742)
1 parent 1a229d6 commit e647444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- [with the linux perf tool](./profiling/with_perf.md)
2727
- [Coding conventions](./conventions.md)
2828
- [crates.io Dependencies](./crates-io.md)
29-
- [Emitting Errors and other Diagnostics](diagnostics.md)
29+
- [Errors and Lints](diagnostics.md)
3030
- [`LintStore`](./diagnostics/lintstore.md)
3131
- [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
3232
- [Notification groups](notification-groups/about.md)

src/diagnostics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Emitting Errors and other Diagnostics
1+
# Errors and Lints
22

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

0 commit comments

Comments
 (0)