diff options
| author | Viacheslav Avramenko <vyaslav@gmail.com> | 2019-10-21 14:23:06 +0200 |
|---|---|---|
| committer | Viacheslav Avramenko <vyaslav@gmail.com> | 2019-10-21 14:50:59 +0200 |
| commit | 1c4c8764ed118740cd4cee73272ddc6cceb9d959 (patch) | |
| tree | fde486eea55d2ec110fd5a2ebd4c65b11e95a9cf /info.toml | |
| parent | e6161a6f5819483fe5cdc0e0e9daf1487152fd7e (diff) | |
feat: Added exercise for struct update syntax
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -82,6 +82,10 @@ mode = "compile" path = "exercises/structs/structs1.rs" mode = "test" +[[exercises]] +path = "exercises/structs/structs2.rs" +mode = "test" + # TESTS [[exercises]] |
