run clippy with all features/targets enabled
This commit is contained in:
parent
475998fd22
commit
7a315e9cf6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
fd -e rs -x touch {}
|
||||
cargo clippy --tests -- \
|
||||
cargo clippy --all-targets --all-features -- \
|
||||
-W clippy::nursery \
|
||||
-W clippy::perf \
|
||||
-W clippy::pedantic \
|
||||
|
|
Loading…
Reference in a new issue