File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
* [ Primitive Types] ( primitive-types.md )
21
21
* [ Functions] ( functions.md )
22
22
* [ Comments] ( comments.md )
23
- * [ Structs] ( structs.md )
24
- * [ Mutability] ( mutability.md )
25
- * [ Method Syntax] ( method-syntax.md )
26
- * [ Enums] ( enums.md )
27
23
* [ ` if ` ] ( if.md )
28
- * [ Match] ( match.md )
29
- * [ Patterns] ( patterns.md )
30
24
* [ ` for ` loops] ( for-loops.md )
31
25
* [ ` while ` loops] ( while-loops.md )
32
26
* [ Ownership] ( ownership.md )
33
27
* [ References and Borrowing] ( references-and-borrowing.md )
34
28
* [ Lifetimes] ( lifetimes.md )
29
+ * [ Mutability] ( mutability.md )
35
30
* [ 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 )
36
36
* [ Drop] ( drop.md )
37
37
* [ Vectors] ( vectors.md )
38
38
* [ Arrays] ( arrays.md )
You can’t perform that action at this time.
0 commit comments