summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorViacheslav Avramenko <vyaslav@gmail.com>2019-10-21 14:23:06 +0200
committerViacheslav Avramenko <vyaslav@gmail.com>2019-10-21 14:50:59 +0200
commit1c4c8764ed118740cd4cee73272ddc6cceb9d959 (patch)
treefde486eea55d2ec110fd5a2ebd4c65b11e95a9cf /info.toml
parente6161a6f5819483fe5cdc0e0e9daf1487152fd7e (diff)
feat: Added exercise for struct update syntax
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml4
1 files changed, 4 insertions, 0 deletions
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]]