From bb821feaa9cfac24a44a5456392b451e262cb86b Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 27 Mar 2021 18:47:34 -0400 Subject: [PATCH] use clippy stable, not preview --- .taskcluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: