summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--info.toml16
1 files changed, 15 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index e2eb7d7..207e8da 100644
--- a/info.toml
+++ b/info.toml
@@ -196,4 +196,18 @@ mode = "test"
[[exercises]]
path = "exercises/threads/threads1.rs"
-mode = "compile" \ No newline at end of file
+mode = "compile"
+
+# STANDARD LIBRARY TYPES
+
+[[exercises]]
+path = "exercises/standard_library_types/arc1.rs"
+mode = "compile"
+
+[[exercises]]
+path = "exercises/standard_library_types/iterator3.rs"
+mode = "test"
+
+[[exercises]]
+path = "exercises/standard_library_types/iterators4.rs"
+mode = "test"