mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Add standard library types to exercises suite
This commit is contained in:
parent
abf175111d
commit
58ccd72aff
1 changed files with 15 additions and 1 deletions
16
info.toml
16
info.toml
|
@ -196,4 +196,18 @@ mode = "test"
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
path = "exercises/threads/threads1.rs"
|
path = "exercises/threads/threads1.rs"
|
||||||
mode = "compile"
|
mode = "compile"
|
||||||
|
|
||||||
|
# STANDARD LIBRARY TYPES
|
||||||
|
|
||||||
|
[[exercises]]
|
||||||
|
path = "exercises/standard_library_types/arc1.rs"
|
||||||
|
mode = "compile"
|
||||||
|
|
||||||
|
[[exercises]]
|
||||||
|
path = "exercises/standard_library_types/iterator3.rs"
|
||||||
|
mode = "test"
|
||||||
|
|
||||||
|
[[exercises]]
|
||||||
|
path = "exercises/standard_library_types/iterators4.rs"
|
||||||
|
mode = "test"
|
||||||
|
|
Loading…
Reference in a new issue