feat(enums3): add hint comment, remove enums1 hint

This commit is contained in:
mokou
2022-07-14 12:11:38 +02:00
parent d0e8efd19e
commit c6bc97adc1
4 changed files with 4 additions and 4 deletions

View File

@@ -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"