about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2023-12-14 03:28:32 -0800
committerGitHub <noreply@github.com>2023-12-14 20:28:32 +0900
commit3adee50e1ad9d737fa36bf4b9486ee8fba23cede (patch)
tree48762688f19d434c21b8bfc983ca0bdf8741da2d /src/doc/rustc-dev-guide
parent2ea887a584dc6d7e638a8e1cf2bc7d74a1b91054 (diff)
downloadrust-3adee50e1ad9d737fa36bf4b9486ee8fba23cede.tar.gz
rust-3adee50e1ad9d737fa36bf4b9486ee8fba23cede.zip
Move Editions chapter to "Contributing to Rust". (#1838)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index c712c7b01d2..e484b6af650 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -56,6 +56,7 @@
     - [RISC-V](notification-groups/risc-v.md)
     - [Windows](notification-groups/windows.md)
 - [Licenses](./licenses.md)
+- [Editions](guides/editions.md)
 
 # High-level Compiler Architecture
 
@@ -184,10 +185,6 @@
 - [Sanitizers Support](./sanitizers.md)
 - [Debugging support in the Rust compiler](./debugging-support-in-rustc.md)
 
-# General Guides
-
-- [Editions](guides/editions.md)
-
 ---
 
 [Appendix A: Background topics](./appendix/background.md)