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
1 changed files with 6 additions and 6 deletions

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"