Skip to content

Commit

Permalink
cargo.toml: spacing between lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzytula committed Oct 30, 2024
1 parent f5eea00 commit 0ad9acd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ path = "content/lessons/01_introduction/loops.rs"
[[bin]]
name = "01_variables"
path = "content/lessons/01_introduction/variables.rs"

[[bin]]
name = "03_data_types"
path = "content/lessons/03_data_types/data_types.rs"
Expand All @@ -37,6 +38,7 @@ path = "content/lessons/03_data_types/pattern_matching.rs"
[[bin]]
name = "03_result"
path = "content/lessons/03_data_types/result.rs"

[[bin]]
name = "05_basic_traits"
path = "content/lessons/05_types_reasoning/basic_trait.rs"
Expand All @@ -56,7 +58,7 @@ path = "content/lessons/05_types_reasoning/impl_trait.rs"
name = "05_generic_largest"
path = "content/lessons/05_types_reasoning/generic_largest.rs"
[[bin]]
name = "06_generics"
name = "05_generics"
path = "content/lessons/05_types_reasoning/generics.rs"
[[bin]]
name = "05_non_generic"
Expand Down

0 comments on commit 0ad9acd

Please sign in to comment.