Skip to content

Commit f13b276

Browse files
committed
some TOC reorganization
As I go through this, I'm finding some ways that I want to tweak the order.
1 parent e4f9ddb commit f13b276

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/doc/trpl/SUMMARY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
* [Primitive Types](primitive-types.md)
2121
* [Functions](functions.md)
2222
* [Comments](comments.md)
23-
* [Structs](structs.md)
24-
* [Mutability](mutability.md)
25-
* [Method Syntax](method-syntax.md)
26-
* [Enums](enums.md)
2723
* [`if`](if.md)
28-
* [Match](match.md)
29-
* [Patterns](patterns.md)
3024
* [`for` loops](for-loops.md)
3125
* [`while` loops](while-loops.md)
3226
* [Ownership](ownership.md)
3327
* [References and Borrowing](references-and-borrowing.md)
3428
* [Lifetimes](lifetimes.md)
29+
* [Mutability](mutability.md)
3530
* [Move semantics](move-semantics.md)
31+
* [Enums](enums.md)
32+
* [Match](match.md)
33+
* [Patterns](patterns.md)
34+
* [Structs](structs.md)
35+
* [Method Syntax](method-syntax.md)
3636
* [Drop](drop.md)
3737
* [Vectors](vectors.md)
3838
* [Arrays](arrays.md)

0 commit comments

Comments
 (0)