rust-lang / rustlings

:crab: Small exercises to get you used to reading and writing Rust code!
https://rustlings.cool
MIT License
53.83k stars 10.13k forks source link

update struct name in hashmap3 #2062

Closed jimbo5922 closed 2 months ago

jimbo5922 commented 3 months ago

In the exercise hashmap3, the name of the struct is Team, but I thought TeamScores would be better since it relates to scores(There are several places in the same file where score is used.). Similarly, I made changes to the solution.

mo8it commented 2 months ago

Thanks :D