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

fix #236: support check for introduce variable refactoring task #269

Closed bravit closed 1 year ago

bravit commented 1 year ago

We don't actually check the results of ide tasks, but in this case, it's easy to check them.

bravit commented 1 year ago

@sofiiako Could you please look at this?