mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
4b26546589
`watch` and `verify` do prompt the user to actively move to the next exercise. This change fixes `run` to never prompt. Previously it was inconsistent between "test" and "compile" exercises. BREAKING CHANGE: we again change the behavior of the `run` command
4 lines
43 B
Rust
4 lines
43 B
Rust
// I AM NOT DONE
|
|
|
|
#[test]
|
|
fn it_works() {}
|