Skip to content

Commit fd4c83f

Browse files
committed
Move Errors and Lints to Analysis
1 parent 19f7d2e commit fd4c83f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/SUMMARY.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
- [Profiling the compiler](./profiling.md)
2424
- [with the linux perf tool](./profiling/with_perf.md)
2525
- [crates.io Dependencies](./crates-io.md)
26-
- [Errors and Lints](diagnostics.md)
27-
- [`LintStore`](./diagnostics/lintstore.md)
28-
- [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
26+
2927

3028
# Contributing to Rust
3129

@@ -120,6 +118,9 @@
120118
- [Error reporting](./borrow_check/region_inference/error_reporting.md)
121119
- [Two-phase-borrows](./borrow_check/two_phase_borrows.md)
122120
- [Parameter Environments](./param_env.md)
121+
- [Errors and Lints](diagnostics.md)
122+
- [`LintStore`](./diagnostics/lintstore.md)
123+
- [Diagnostic Codes](./diagnostics/diagnostic-codes.md)
123124

124125
# MIR to Binaries
125126

0 commit comments

Comments
 (0)