Skip to content

Commit dfc98e9

Browse files
add benches to clippy
1 parent dbbfe22 commit dfc98e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clean:
2727
cargo clean
2828

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

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

0 commit comments

Comments
 (0)