Skip to content

Commit 6b3cf49

Browse files
committed
Move the grammar guide to the contributor guide
1 parent 5e07fa6 commit 6b3cf49

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

contributor-guide/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- [rustc test annotations]()
1515
- [Examples]()
1616
- [Links]()
17-
- [Rust grammar]()
17+
- [Rust grammar](grammar.md)
1818
- [Attributes]()
1919
- [Style guide]()
2020
- [Wording]()
File renamed without changes.

docs/authoring.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,6 @@ r[foo.bar.edition2021]
223223
> Describe what changed in 2021.
224224
```
225225

226-
## Grammar
227-
228-
See [Grammar](grammar.md) for details on how to write grammar rules.
229-
230226
## Attributes
231227

232228
See the [attribute template](attribute-template.md) for how attributes should be formatted.

0 commit comments

Comments
 (0)