run clippy with all features/targets enabled

This commit is contained in:
Lynne Megido 2021-04-26 21:01:49 +10:00
parent 475998fd22
commit 7a315e9cf6
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -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 \