Skip to content

Commit 63280ed

Browse files
authored
Merge pull request #119 from LesnyRumcajs/patch-1
Add standard library types to exercises suite
2 parents 25f9d61 + 58ccd72 commit 63280ed

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

info.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,18 @@ mode = "test"
196196

197197
[[exercises]]
198198
path = "exercises/threads/threads1.rs"
199-
mode = "compile"
199+
mode = "compile"
200+
201+
# STANDARD LIBRARY TYPES
202+
203+
[[exercises]]
204+
path = "exercises/standard_library_types/arc1.rs"
205+
mode = "compile"
206+
207+
[[exercises]]
208+
path = "exercises/standard_library_types/iterator3.rs"
209+
mode = "test"
210+
211+
[[exercises]]
212+
path = "exercises/standard_library_types/iterators4.rs"
213+
mode = "test"

0 commit comments

Comments
 (0)