summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-11-11 13:48:09 +0100
committermarisa <mokou@posteo.de>2019-11-11 13:48:09 +0100
commitfbe91a67a482bfe64cbcdd58d06ba830a0f39da3 (patch)
treedc60279fa17065cc7a8ddb807cebbe6f303b9672
parent6dcecb38a4435593beb87c8e12d6314143631482 (diff)
fix(threads): Move Threads behind SLT
Closes #205.
-rw-r--r--info.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/info.toml b/info.toml
index 89222c4..d908c9e 100644
--- a/info.toml
+++ b/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"