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 /info.toml | |
| parent | d0e8efd19ee9a4a7fe9a62ee76bc035371321c09 (diff) | |
feat(enums3): add hint comment, remove enums1 hint
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -400,8 +400,7 @@ Have a look in The Book, to find out more about method implementations: https:// name = "enums1" path = "exercises/enums/enums1.rs" mode = "compile" -hint = """ -The declaration of the enumeration type has not been defined yet.""" +hint = "No hints this time ;)" [[exercises]] name = "enums2" |
