mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Break syntax out into its own chapter
we probably want a better title, idk
This commit is contained in:
parent
c677e23116
commit
dfe2d91dbb
@ -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]()
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
# Generics
|
||||
|
||||
## Generic data types
|
||||
|
||||
## Generic functions
|
||||
|
||||
## Generic methods
|
7
src/ch10-01-syntax.md
Normal file
7
src/ch10-01-syntax.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Generics
|
||||
|
||||
## Generic data types
|
||||
|
||||
## Generic functions
|
||||
|
||||
## Generic methods
|
Loading…
Reference in New Issue
Block a user