We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcecb3 commit fbe91a6Copy full SHA for fbe91a6
info.toml
@@ -216,12 +216,6 @@ mode = "test"
216
path = "exercises/error_handling/result1.rs"
217
mode = "test"
218
219
-# THREADS
220
-
221
-[[exercises]]
222
-path = "exercises/threads/threads1.rs"
223
-mode = "compile"
224
225
# STANDARD LIBRARY TYPES
226
227
[[exercises]]
@@ -239,3 +233,9 @@ mode = "test"
239
233
240
234
path = "exercises/standard_library_types/iterators4.rs"
241
235
236
+
237
+# THREADS
238
+[[exercises]]
+path = "exercises/threads/threads1.rs"
+mode = "compile"
0 commit comments