Move Editions chapter to "Contributing to Rust". (#1838)
This commit is contained in:
parent
cf2a10e4fb
commit
cf99b58680
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue