diff options
| author | mokou <mokou@fastmail.com> | 2022-07-14 12:04:54 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-14 12:04:54 +0200 |
| commit | 886d599c96ad0725cee05c50cf4ea9718fc02746 (patch) | |
| tree | d49b630b5101622b54837cf3d82e432ee2729f7d /exercises/structs/structs2.rs | |
| parent | 4531c21bf1b54ff5fa8cc796584043b826cf78e8 (diff) | |
fix(structs): add hint comments
Diffstat (limited to 'exercises/structs/structs2.rs')
| -rw-r--r-- | exercises/structs/structs2.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/structs/structs2.rs b/exercises/structs/structs2.rs index f9c6427..32e311f 100644 --- a/exercises/structs/structs2.rs +++ b/exercises/structs/structs2.rs @@ -1,5 +1,6 @@ // structs2.rs // Address all the TODOs to make the tests pass! +// Execute `rustlings hint structs2` or use the `hint` watch subcommand for a hint. // I AM NOT DONE |
