From cb481cec4bf08067e827f264c459e65329fdcc04 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 13 Dec 2023 07:58:49 -0800 Subject: [PATCH] Move Editions chapter to "Contributing to Rust". --- src/SUMMARY.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index c712c7b01..e484b6af6 100644 --- a/src/SUMMARY.md +++ b/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)