Remove duplicate _ definitions

This commit is contained in:
Michael Vines
2018-12-18 14:25:10 -08:00
parent c8d27f6424
commit e8e6c70e19
6 changed files with 6 additions and 35 deletions

View File

@ -3,15 +3,12 @@ set -e
cd "$(dirname "$0")/.."
source ci/_
ci/version-check.sh stable
export RUST_BACKTRACE=1
export RUSTFLAGS="-D warnings"
_() {
echo "--- $*"
"$@"
}
_ cargo fmt --all -- --check
_ cargo clippy --all -- --version
_ cargo clippy --all -- --deny=warnings