RUST_BACKTRACE=1

This commit is contained in:
Tony Garnock-Jones 2019-10-24 20:04:34 +01:00
parent ec249fc759
commit 6098c62604
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ watch:
cargo watch -c -x check -x 'test -- --nocapture'
run-watch:
cargo watch -c -x run
RUST_BACKTRACE=1 cargo watch -c -x run
clippy-watch:
cargo watch -c -x clippy