Skip to content

Commit a182454

Browse files
committed
build: fix lint-w with bacon
1 parent 00af16d commit a182454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lint:
4949
cargo clippy --all-targets --all-features
5050

5151
lint-w:
52-
cargo watch -x clippy
52+
bacon clippy -- --all-targets --all-features
5353

5454
install-components:
5555
rustup component add rustfmt clippy

0 commit comments

Comments
 (0)