mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-01-27 00:00:03 +03:00
Update dev/Cargo.toml
This commit is contained in:
parent
2e29a61afa
commit
0b8bb4b935
|
@ -118,6 +118,8 @@ bin = [
|
|||
{ name = "generics2_sol", path = "../solutions/14_generics/generics2.rs" },
|
||||
{ name = "traits1", path = "../exercises/15_traits/traits1.rs" },
|
||||
{ name = "traits1_sol", path = "../solutions/15_traits/traits1.rs" },
|
||||
{ name = "errors7", path = "../exercises/13_error_handling/errors7.rs" },
|
||||
{ name = "errors7_sol", path = "../solutions/13_error_handling/errors7.rs" },
|
||||
{ name = "traits2", path = "../exercises/15_traits/traits2.rs" },
|
||||
{ name = "traits2_sol", path = "../solutions/15_traits/traits2.rs" },
|
||||
{ name = "traits3", path = "../exercises/15_traits/traits3.rs" },
|
||||
|
|
Loading…
Reference in a new issue