diff --git a/.taskcluster.yml b/.taskcluster.yml index 2204a3540..05b58d6c7 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -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: