File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ path = "content/lessons/01_introduction/loops.rs"
22
22
[[bin ]]
23
23
name = " 01_variables"
24
24
path = " content/lessons/01_introduction/variables.rs"
25
+
25
26
[[bin ]]
26
27
name = " 03_data_types"
27
28
path = " content/lessons/03_data_types/data_types.rs"
@@ -37,6 +38,7 @@ path = "content/lessons/03_data_types/pattern_matching.rs"
37
38
[[bin ]]
38
39
name = " 03_result"
39
40
path = " content/lessons/03_data_types/result.rs"
41
+
40
42
[[bin ]]
41
43
name = " 05_basic_traits"
42
44
path = " content/lessons/05_types_reasoning/basic_trait.rs"
@@ -56,7 +58,7 @@ path = "content/lessons/05_types_reasoning/impl_trait.rs"
56
58
name = " 05_generic_largest"
57
59
path = " content/lessons/05_types_reasoning/generic_largest.rs"
58
60
[[bin ]]
59
- name = " 06_generics "
61
+ name = " 05_generics "
60
62
path = " content/lessons/05_types_reasoning/generics.rs"
61
63
[[bin ]]
62
64
name = " 05_non_generic"
You can’t perform that action at this time.
0 commit comments