rust-lang / rustlings

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

finish exercises count is off by one #2116

Closed yayitswei closed 1 month ago

yayitswei commented 1 month ago

When you finish the course, it says all exercises are completed, but the count is 93/94. Should probably increase the counter before kicking off the final compile.

Image

mo8it commented 1 month ago

Done in https://github.com/rust-lang/rustlings/commit/554301b8e9a1c3f8eda05d616fbdb909e2ebf640 by clearing the terminal before the final check. The output above isn't needed anyway during the final check.