From 58ccd72aff7b1481e73ee56f2928c1613931c83f Mon Sep 17 00:00:00 2001 From: LesnyRumcajs Date: Wed, 13 Mar 2019 15:29:02 +0100 Subject: [PATCH] Add standard library types to exercises suite --- info.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/info.toml b/info.toml index e2eb7d7a..207e8da3 100644 --- a/info.toml +++ b/info.toml @@ -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"