From c6bc97adc10aecbf6a1ba5ff5c7beda1f421a098 Mon Sep 17 00:00:00 2001 From: mokou Date: Thu, 14 Jul 2022 12:11:38 +0200 Subject: feat(enums3): add hint comment, remove enums1 hint --- info.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'info.toml') 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" -- cgit v1.2.3