summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-06-24 16:50:03 +0200
committermo8it <mo8it@proton.me>2024-06-24 16:50:03 +0200
commitfbc226a51043f7c9be4c414292d37d3ce97038fe (patch)
tree4352f3fbd4b7850fdb3888c510771e175e8ce26e /rustlings-macros
parent5baa503bfc27fc691dbc292b46d37d25c17cffab (diff)
hashmaps2 solution
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index cf70d4d..0da573b 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -566,8 +566,9 @@ name = "hashmaps2"
dir = "11_hashmaps"
hint = """
Use the `entry()` and `or_insert()` methods of `HashMap` to achieve this.
-Learn more at https://doc.rust-lang.org/stable/book/ch08-03-hash-maps.html#only-inserting-a-value-if-the-key-has-no-value
-"""
+
+Learn more in The Book:
+https://doc.rust-lang.org/stable/book/ch08-03-hash-maps.html#only-inserting-a-value-if-the-key-has-no-value"""
[[exercises]]
name = "hashmaps3"