Skip to content

Commit

Permalink
fix: update hashmaps3.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
b-apperlo authored Jun 8, 2023
1 parent 30291a3 commit 8974e33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/hashmaps/hashmaps3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 8974e33

Please sign in to comment.