summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-14 12:11:38 +0200
committermokou <mokou@fastmail.com>2022-07-14 12:11:38 +0200
commitc6bc97adc10aecbf6a1ba5ff5c7beda1f421a098 (patch)
tree4c6fa3da4a62e9ed43354fac364e68596db6477f /info.toml
parentd0e8efd19ee9a4a7fe9a62ee76bc035371321c09 (diff)
feat(enums3): add hint comment, remove enums1 hint
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/info.toml b/info.toml
index dc176ed..b1e448c 100644
--- a/info.toml
+++ b/info.toml
@@ -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"