From 8acb55fa520e0e610d4aa162b3a4fc4422f46610 Mon Sep 17 00:00:00 2001 From: Bryant Luk Date: Fri, 29 Sep 2023 11:18:10 -0500 Subject: [PATCH] Remove failure on clippy warnings in GitHub Actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54744b2..d76c419 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,4 +115,4 @@ jobs: toolchain: ${{ matrix.rust }} components: clippy - name: Run cargo clippy - run: cargo clippy --all-targets --all-features -- -D warnings + run: cargo clippy --all-targets --all-features