diff options
| author | mokou <mokou@fastmail.com> | 2022-07-14 12:11:38 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2022-07-14 12:11:38 +0200 |
| commit | c6bc97adc10aecbf6a1ba5ff5c7beda1f421a098 (patch) | |
| tree | 4c6fa3da4a62e9ed43354fac364e68596db6477f /exercises/enums/enums3.rs | |
| parent | d0e8efd19ee9a4a7fe9a62ee76bc035371321c09 (diff) | |
feat(enums3): add hint comment, remove enums1 hint
Diffstat (limited to 'exercises/enums/enums3.rs')
| -rw-r--r-- | exercises/enums/enums3.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exercises/enums/enums3.rs b/exercises/enums/enums3.rs index 178b40c..55acf6b 100644 --- a/exercises/enums/enums3.rs +++ b/exercises/enums/enums3.rs @@ -1,5 +1,6 @@ // enums3.rs // Address all the TODOs to make the tests pass! +// Execute `rustlings hint enums3` or use the `hint` watch subcommand for a hint. // I AM NOT DONE |
