use clippy stable, not preview

This commit is contained in:
Dustin J. Mitchell 2021-03-27 18:47:34 -04:00
parent 0f2002663d
commit bb821feaa9

View file

@ -61,7 +61,7 @@ tasks:
cd repo &&
git config advice.detachedHead false &&
git checkout ${ref} &&
rustup component add clippy-preview &&
rustup component add clippy &&
cargo clippy &&
cargo fmt -- --check
metadata: