Skip to content

Commit 72b7ba1

Browse files
committed
cargo.toml: spacing between lessons
1 parent 5d6c43c commit 72b7ba1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ path = "content/lessons/01_introduction/loops.rs"
2222
[[bin]]
2323
name = "01_variables"
2424
path = "content/lessons/01_introduction/variables.rs"
25+
2526
[[bin]]
2627
name = "03_data_types"
2728
path = "content/lessons/03_data_types/data_types.rs"
@@ -37,6 +38,7 @@ path = "content/lessons/03_data_types/pattern_matching.rs"
3738
[[bin]]
3839
name = "03_result"
3940
path = "content/lessons/03_data_types/result.rs"
41+
4042
[[bin]]
4143
name = "05_basic_traits"
4244
path = "content/lessons/05_types_reasoning/basic_trait.rs"
@@ -56,7 +58,7 @@ path = "content/lessons/05_types_reasoning/impl_trait.rs"
5658
name = "05_generic_largest"
5759
path = "content/lessons/05_types_reasoning/generic_largest.rs"
5860
[[bin]]
59-
name = "06_generics"
61+
name = "05_generics"
6062
path = "content/lessons/05_types_reasoning/generics.rs"
6163
[[bin]]
6264
name = "05_non_generic"

0 commit comments

Comments
 (0)