From 1c4c8764ed118740cd4cee73272ddc6cceb9d959 Mon Sep 17 00:00:00 2001 From: Viacheslav Avramenko Date: Mon, 21 Oct 2019 14:23:06 +0200 Subject: feat: Added exercise for struct update syntax --- info.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'info.toml') diff --git a/info.toml b/info.toml index 08114de..5e35334 100644 --- a/info.toml +++ b/info.toml @@ -82,6 +82,10 @@ mode = "compile" path = "exercises/structs/structs1.rs" mode = "test" +[[exercises]] +path = "exercises/structs/structs2.rs" +mode = "test" + # TESTS [[exercises]] -- cgit v1.2.3