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.
2 parents 25f9d61 + 58ccd72 commit 63280edCopy full SHA for 63280ed
info.toml
@@ -196,4 +196,18 @@ mode = "test"
196
197
[[exercises]]
198
path = "exercises/threads/threads1.rs"
199
-mode = "compile"
+mode = "compile"
200
+
201
+# STANDARD LIBRARY TYPES
202
203
+[[exercises]]
204
+path = "exercises/standard_library_types/arc1.rs"
205
206
207
208
+path = "exercises/standard_library_types/iterator3.rs"
209
+mode = "test"
210
211
212
+path = "exercises/standard_library_types/iterators4.rs"
213
0 commit comments