diff options
| author | LesnyRumcajs <LesnyRumcajs@users.noreply.github.com> | 2019-03-13 15:29:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-13 15:29:02 +0100 |
| commit | 58ccd72aff7b1481e73ee56f2928c1613931c83f (patch) | |
| tree | a8d001d026897b4fac32ff6256b761dc8b350b14 /info.toml | |
| parent | abf175111d9bd997bc1c4ef5e078308fad681480 (diff) | |
Add standard library types to exercises suite
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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" |
