diff options
| author | marisa <mokou@posteo.de> | 2019-11-11 13:48:09 +0100 |
|---|---|---|
| committer | marisa <mokou@posteo.de> | 2019-11-11 13:48:09 +0100 |
| commit | fbe91a67a482bfe64cbcdd58d06ba830a0f39da3 (patch) | |
| tree | dc60279fa17065cc7a8ddb807cebbe6f303b9672 /info.toml | |
| parent | 6dcecb38a4435593beb87c8e12d6314143631482 (diff) | |
fix(threads): Move Threads behind SLT
Closes #205.
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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" |
