diff --git a/Makefile b/Makefile index 2b36c5b..ccfc1b1 100644 --- a/Makefile +++ b/Makefile @@ -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