From 19b8c53c46922b9c6bbd620bb01fd688778c728d Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sat, 9 Jan 2021 19:13:34 +0100 Subject: [PATCH] Enable clippy::style checks --- .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 467d1f87..9fc9d976 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -27,7 +27,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: --all-targets --all-features -- --allow clippy::style + args: --all-targets --all-features - name: Test uses: actions-rs/cargo@v1 with: