Add standard library types to exercises suite

pull/119/head
LesnyRumcajs 5 years ago committed by GitHub
parent abf175111d
commit 58ccd72aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -196,4 +196,18 @@ mode = "test"
[[exercises]]
path = "exercises/threads/threads1.rs"
mode = "compile"
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"

Loading…
Cancel
Save