From fbe91a67a482bfe64cbcdd58d06ba830a0f39da3 Mon Sep 17 00:00:00 2001 From: marisa Date: Mon, 11 Nov 2019 13:48:09 +0100 Subject: [PATCH] fix(threads): Move Threads behind SLT Closes #205. --- info.toml | 12 ++++++------ 1 file 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"