- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 52字
- 2021-07-02 23:07:17
What's with the warnings?
The recommended format that Rust uses is snake case (rather than CamelCase). The warnings can be removed if we change the variable name from homeTeam to home_team. It's not fatal, or likely to cause the program to go on a homicidal rampage; it's more of a style issue.