mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
parent
6dcecb38a4
commit
fbe91a67a4
1 changed files with 6 additions and 6 deletions
12
info.toml
12
info.toml
|
@ -216,12 +216,6 @@ mode = "test"
|
|||
path = "exercises/error_handling/result1.rs"
|
||||
mode = "test"
|
||||
|
||||
# THREADS
|
||||
|
||||
[[exercises]]
|
||||
path = "exercises/threads/threads1.rs"
|
||||
mode = "compile"
|
||||
|
||||
# STANDARD LIBRARY TYPES
|
||||
|
||||
[[exercises]]
|
||||
|
@ -239,3 +233,9 @@ mode = "test"
|
|||
[[exercises]]
|
||||
path = "exercises/standard_library_types/iterators4.rs"
|
||||
mode = "test"
|
||||
|
||||
# THREADS
|
||||
|
||||
[[exercises]]
|
||||
path = "exercises/threads/threads1.rs"
|
||||
mode = "compile"
|
||||
|
|
Loading…
Reference in a new issue