1 2 3 4 5 6
#!/usr/bin/env bash set -eou pipefail echo '--- Clippy' cargo clippy --all-targets --all-features -- -D warnings