mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-03 03:40:13 +00: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
12 lines
208 B
TOML
12 lines
208 B
TOML
[[exercises]]
|
|
name = "pending_exercise"
|
|
path = "pending_exercise.rs"
|
|
mode = "compile"
|
|
hint = """"""
|
|
|
|
[[exercises]]
|
|
name = "pending_test_exercise"
|
|
path = "pending_test_exercise.rs"
|
|
mode = "test"
|
|
hint = """"""
|