1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-20 00:08:06 +02:00

fix(threads): Move Threads behind SLT

Closes #205.
This commit is contained in:
marisa 2019-11-11 13:48:09 +01:00
parent 6dcecb38a4
commit fbe91a67a4

View File

@ -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"