jetbrains-academy / rustlings-course

Small exercises to get you used to reading and writing Rust code!
https://github.com/rust-lang/rustlings/releases/tag/1.2.2
MIT License
149 stars 33 forks source link

peek solution is wrong Common Programming Concepts / Variables / Variables and Mutability #280

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

the peek solution answer is simply commenting out the error line, but the tutorial says adding 'mut' to the variable is how to solve the task