Skip to content

Commit

Permalink
fix(threads): Move Threads behind SLT
Browse files Browse the repository at this point in the history
Closes #205.
  • Loading branch information
marisa committed Nov 11, 2019
1 parent 6dcecb3 commit fbe91a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand All @@ -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"

0 comments on commit fbe91a6

Please sign in to comment.