Skip to content

Commit fbe91a6

Browse files
author
marisa
committed
fix(threads): Move Threads behind SLT
Closes #205.
1 parent 6dcecb3 commit fbe91a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

info.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,6 @@ mode = "test"
216216
path = "exercises/error_handling/result1.rs"
217217
mode = "test"
218218

219-
# THREADS
220-
221-
[[exercises]]
222-
path = "exercises/threads/threads1.rs"
223-
mode = "compile"
224-
225219
# STANDARD LIBRARY TYPES
226220

227221
[[exercises]]
@@ -239,3 +233,9 @@ mode = "test"
239233
[[exercises]]
240234
path = "exercises/standard_library_types/iterators4.rs"
241235
mode = "test"
236+
237+
# THREADS
238+
239+
[[exercises]]
240+
path = "exercises/threads/threads1.rs"
241+
mode = "compile"

0 commit comments

Comments
 (0)