diff --git a/clippy.sh b/clippy.sh index b060c01..7543773 100755 --- a/clippy.sh +++ b/clippy.sh @@ -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 \