From 7ac447300a8deb80ce44ae80a52a46ef47fe86be Mon Sep 17 00:00:00 2001 From: Hariettemaina Date: Mon, 22 May 2023 17:06:21 +0300 Subject: [PATCH] using hashmap to build a score table --- exercises/hashmaps/hashmaps3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/hashmaps/hashmaps3.rs b/exercises/hashmaps/hashmaps3.rs index 3af98d6b..f453f686 100644 --- a/exercises/hashmaps/hashmaps3.rs +++ b/exercises/hashmaps/hashmaps3.rs @@ -14,7 +14,7 @@ // Execute `rustlings hint hashmaps3` or use the `hint` watch subcommand for a hint. -// I AM NOT DONE + use std::collections::HashMap;