Break syntax out into its own chapter

we probably want a better title, idk
This commit is contained in:
Steve Klabnik 2016-09-06 13:10:49 -04:00 committed by Carol (Nichols || Goulding)
parent c677e23116
commit dfe2d91dbb
5 changed files with 10 additions and 9 deletions

View File

@ -46,8 +46,9 @@
- [To `panic!` or Not To `panic!`](ch09-03-to-panic-or-not-to-panic.md)
- [Generics](ch10-00-generics.md)
- [Traits](ch10-01-traits.md)
- [Lifetimes](ch10-02-lifetimes.md)
- [Syntax](ch10-01-syntax.md)
- [Traits](ch10-02-traits.md)
- [Lifetimes](ch10-03-lifetimes.md)
- [Closures]()

View File

@ -1,7 +0,0 @@
# Generics
## Generic data types
## Generic functions
## Generic methods

7
src/ch10-01-syntax.md Normal file
View File

@ -0,0 +1,7 @@
# Generics
## Generic data types
## Generic functions
## Generic methods