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'