TRPL editing: move patterns back
We want to talk about how to pattern match on structs, so let's bump it back one.
This commit is contained in:
parent
9661efac8b
commit
44db46a308
1 changed files with 1 additions and 1 deletions
|
@ -30,8 +30,8 @@
|
|||
* [Move semantics](move-semantics.md)
|
||||
* [Enums](enums.md)
|
||||
* [Match](match.md)
|
||||
* [Patterns](patterns.md)
|
||||
* [Structs](structs.md)
|
||||
* [Patterns](patterns.md)
|
||||
* [Method Syntax](method-syntax.md)
|
||||
* [Drop](drop.md)
|
||||
* [Vectors](vectors.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue