use clippy stable, not preview
This commit is contained in:
@@ -61,7 +61,7 @@ tasks:
|
|||||||
cd repo &&
|
cd repo &&
|
||||||
git config advice.detachedHead false &&
|
git config advice.detachedHead false &&
|
||||||
git checkout ${ref} &&
|
git checkout ${ref} &&
|
||||||
rustup component add clippy-preview &&
|
rustup component add clippy &&
|
||||||
cargo clippy &&
|
cargo clippy &&
|
||||||
cargo fmt -- --check
|
cargo fmt -- --check
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user