From e6dad51f3485427a817e6af62b5a953f0a18676c Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 5 Feb 2022 22:19:43 +0100 Subject: [PATCH] Fix deprecated clippy option --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 3c28829..a33ce4c 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -37,7 +37,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --locked --all-targets --all-features -- --allow clippy::unknown_clippy_lints + args: --locked --all-targets --all-features -- --allow unknown_lints - name: Run tests uses: actions-rs/cargo@v1 with: