mirror of
https://github.com/rust-lang/book.git
synced 2026-09-14 05:10:11 -04:00
fix #493 - appendix section letters
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Keywords
|
||||
## Appendix A: Keywords
|
||||
|
||||
The following keywords are reserved by the Rust language and may not be used as
|
||||
names of functions, variables, macros, modules, crates, constants, static
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Operators
|
||||
## Appendix B: Operators
|
||||
|
||||
### Unary operator expressions
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
## Derivable Traits
|
||||
## Appendix C: Derivable Traits
|
||||
|
||||
@@ -1 +1 @@
|
||||
# Nightly Rust
|
||||
## Appendix D: Nightly Rust
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Macros
|
||||
## Appendix E: Macros
|
||||
|
||||
## Basics of writing your own macros
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Translations of the Book
|
||||
## Appendix F: Translations of the Book
|
||||
|
||||
For resources in languages other than English. Most are still in progress; see
|
||||
[the Translations label][label] to help or let us know about a new translation!
|
||||
|
||||
Reference in New Issue
Block a user