diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-26 14:47:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-26 14:47:39 +0200 |
| commit | 3945ae9d7288e62e2f3911a39cd3b0e979544549 (patch) | |
| tree | 23a38416809609dafbbf1e8594266d5144486be0 /src/doc | |
| parent | 7a70f336ccc89533e656326c38b5268495c0a357 (diff) | |
| parent | 399cf1f37e9090f670116a34239de4f18753626d (diff) | |
| download | rust-3945ae9d7288e62e2f3911a39cd3b0e979544549.tar.gz rust-3945ae9d7288e62e2f3911a39cd3b0e979544549.zip | |
Merge pull request #2343 from hwhsu1231-fork/fix-prefix-chapter
fix(docs): add newlines between prefix/suffix chapters
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/SUMMARY.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md index 68112d06167..d6ec803a60a 100644 --- a/src/doc/rustc-dev-guide/src/SUMMARY.md +++ b/src/doc/rustc-dev-guide/src/SUMMARY.md @@ -1,6 +1,7 @@ # Summary [Getting Started](./getting-started.md) + [About this guide](./about-this-guide.md) --- @@ -231,9 +232,13 @@ --- [Appendix A: Background topics](./appendix/background.md) + [Appendix B: Glossary](./appendix/glossary.md) + [Appendix C: Code Index](./appendix/code-index.md) + [Appendix D: Compiler Lecture Series](./appendix/compiler-lecture.md) + [Appendix E: Bibliography](./appendix/bibliography.md) [Appendix Z: HumorRust](./appendix/humorust.md) |
