Skip to content

Commit 5749b7d

Browse files
allow clippy to take arg
1 parent 1dfcf1d commit 5749b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ check *ARGS:
2626
clean:
2727
cargo clean
2828

29-
clippy:
30-
cargo clippy --all-targets --all-features --fix -- -D warnings
29+
clippy *ARGS:
30+
cargo clippy --all-targets --all-features --fix {{ ARGS }} -- -D warnings
3131

3232
fmt *ARGS:
3333
cargo +nightly fmt {{ ARGS }}

0 commit comments

Comments
 (0)