From 387c3b0e726f5b1bb23ff7880a5541a50e7704a9 Mon Sep 17 00:00:00 2001 From: ACvanWyk Date: Sat, 25 Feb 2023 20:17:15 +0200 Subject: [PATCH] Finish hashmap --- exercises/hashmaps/hashmaps3.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/exercises/hashmaps/hashmaps3.rs b/exercises/hashmaps/hashmaps3.rs index fe8ac594..65190a46 100644 --- a/exercises/hashmaps/hashmaps3.rs +++ b/exercises/hashmaps/hashmaps3.rs @@ -14,8 +14,6 @@ // Execute `rustlings hint hashmaps3` or use the `hint` watch subcommand for a hint. -// I AM NOT DONE - use std::collections::HashMap; // A structure to store team name and its goal details.