This website requires JavaScript.
Explore
Help
Sign in
notohh
/
rustlings
Watch
1
Star
0
Fork
You've already forked rustlings
0
mirror of
https://github.com/notohh/rustlings.git
synced
2024-11-22 22:02:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
746cf6863d
rustlings
/
tests
/
fixture
/
state
/
exercises
/
pending_test_exercise.rs
5 lines
39 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix tests
2024-04-24 21:27:41 -04:00
fn
main
(
)
{
}
fix(run): makes `run` never prompt `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
2019-11-12 05:35:40 -05:00
#[
test
]
fn
it_works
(
)
{
}
Reference in a new issue
Copy permalink