From 6b52024792f216403cef5bbe293692d90dc7d995 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Sat, 10 Jun 2023 19:56:51 +0100 Subject: [PATCH] clippy CI and all warnings fixed --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d392f3d..d8227fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: uses: auguwu/clippy-action@1.1.2 with: args: --all-features --tests -- -D warnings + token: ${{ secrets.GITHUB_TOKEN }} - name: Run tests run: cargo test --all-features