1 2 3 4 5 6
#!/bin/bash set -e -x cargo clippy "$@" --all-targets cargo clippy "$@" --all-targets --features=mock --no-default-features