about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-06-24 10:53:00 -0500
committerjyn <github@jyn.dev>2023-06-29 10:05:10 -0500
commit6e3e792cfab8cc447b2b68ef5596498a4bef7a86 (patch)
tree126ce5e2781340347fbefe3e6a47b72286f6964a /src/doc/rustc-dev-guide
parentb0bb8cd9a21ed80ea7c1996621eb91fde1620a7f (diff)
downloadrust-6e3e792cfab8cc447b2b68ef5596498a4bef7a86.tar.gz
rust-6e3e792cfab8cc447b2b68ef5596498a4bef7a86.zip
move the Breaking Changes section later in the guide
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index 9e13adf1550..94e619f42c3 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -40,12 +40,12 @@
 - [Using Git](./git.md)
 - [Mastering @rustbot](./rustbot.md)
 - [Walkthrough: a typical contribution](./walkthrough.md)
-- [Procedures for Breaking Changes](./bug-fix-procedure.md)
 - [Implementing new language features](./implementing_new_features.md)
 - [Stability attributes](./stability.md)
 - [Stabilizing Features](./stabilization_guide.md)
 - [Feature Gates](./feature-gates.md)
 - [Coding conventions](./conventions.md)
+- [Procedures for Breaking Changes](./bug-fix-procedure.md)
 - [Using external repositories](./external-repos.md)
 - [Fuzzing](./fuzzing.md)
 - [Notification groups](notification-groups/about.md)