diff options
| author | Bert Apperlo <91734527+b-apperlo@users.noreply.github.com> | 2023-06-08 16:44:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-08 16:44:39 +0200 |
| commit | 8974e33f697abf55d322b7de051e8b41c219523d (patch) | |
| tree | 6353fe5482b11e1b4753489bdbcbc4952fbe281d | |
| parent | 30291a3c253f08a4191cfd544ba36867612ebb7a (diff) | |
fix: update hashmaps3.rs
| -rw-r--r-- | exercises/hashmaps/hashmaps3.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/hashmaps/hashmaps3.rs b/exercises/hashmaps/hashmaps3.rs index ad3baa6..982976c 100644 --- a/exercises/hashmaps/hashmaps3.rs +++ b/exercises/hashmaps/hashmaps3.rs @@ -20,7 +20,6 @@ use std::collections::HashMap; // A structure to store team name and its goal details. struct Team { - name: String, goals_scored: u8, goals_conceded: u8, } |
