From 6098c62604d7105c31963b60a7d81f6c45df70e1 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 24 Oct 2019 20:04:34 +0100 Subject: [PATCH] RUST_BACKTRACE=1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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