diff options
| author | komaeda <819880950@qq.com> | 2019-03-17 13:27:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-17 13:27:48 +0100 |
| commit | 63280ed9e42ee57be9cb5b47e0da1baede80826d (patch) | |
| tree | 30d2b6ca89174b852cef2f755f487673d0bf7fdc | |
| parent | 25f9d61410caa02f8aae88f9dbf7b9e70a3decd0 (diff) | |
| parent | 58ccd72aff7b1481e73ee56f2928c1613931c83f (diff) | |
Merge pull request #119 from LesnyRumcajs/patch-1
Add standard library types to exercises suite
| -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" |
