From 9e8434326d128145e11a93c2b1bca828caf84cec Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 24 Apr 2020 07:23:56 +1200 Subject: [PATCH] Update azure-pipelines.yml --- .azure/azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index b490d597a1..8b23a385e8 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -37,8 +37,6 @@ steps: fi if [ "$(uname)" == "Darwin" ]; then curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "stable" - echo "Installing clippy" - rustup component add clippy --toolchain stable-x86_64-apple-darwin export PATH=$HOME/.cargo/bin:$PATH fi rustup update