From 683953083271e457b69344d5825627af798183d6 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Thu, 11 Aug 2022 19:32:47 -0700 Subject: [PATCH] remove clippy :( --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d07b26ef8..cef9497074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,6 @@ jobs: run: | rustup set profile minimal rustup update stable - rustup component add clippy rustup target add wasm32-wasi - name: Install Node @@ -40,14 +39,6 @@ jobs: uses: actions/checkout@v2 with: clean: false - - - name: Run clippy - run: > - cargo clippy --workspace -- - -Dwarnings - -Aclippy::reversed_empty_ranges - -Aclippy::missing_safety_doc - -Aclippy::let_unit_value - name: Run tests run: cargo test --workspace --no-fail-fast