rustlings
rustlings copied to clipboard
fix #1267
question description: rustlings run clippy3 will notice error but rustlings watch and rustlings verify is ok; fix: when the run function match Mode::Clippy type and then execute compile_and_run; maybe should execute compile_only