We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbfe22 commit dfc98e9Copy full SHA for dfc98e9
Justfile
@@ -27,7 +27,7 @@ clean:
27
cargo clean
28
29
clippy *ARGS:
30
- cargo clippy --all-targets --all-features --fix {{ ARGS }} -- -D warnings
+ cargo clippy --all-targets --all-features --benches --fix {{ ARGS }} -- -D warnings
31
32
fmt *ARGS:
33
cargo +nightly fmt {{ ARGS }}
0 commit comments