diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index b490d597a..8b23a385e 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