summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 58c0cdd..cf70d4d 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -558,12 +558,8 @@ paths to bring these two in using only one line."""
name = "hashmaps1"
dir = "11_hashmaps"
hint = """
-Hint 1: Take a look at the return type of the function to figure out
- the type for the `basket`.
-
-Hint 2: Number of fruits should be at least 5. And you have to put
- at least three different types of fruits.
-"""
+The number of fruits should be at least 5 and you have to put at least 3
+different types of fruits."""
[[exercises]]
name = "hashmaps2"