From 91f48d08f9b9ccd5edc5ec070bbbacab412896bc Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 20 Oct 2019 13:57:10 +0100 Subject: [PATCH] Clip clip clip --- implementations/rust/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/implementations/rust/Makefile b/implementations/rust/Makefile index e1ed9f8..32d645b 100644 --- a/implementations/rust/Makefile +++ b/implementations/rust/Makefile @@ -2,5 +2,8 @@ watch: cargo watch -c -x check -x 'test -- --nocapture' +clippy-watch: + cargo watch -c -x clippy + inotifytest: inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'