summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2021-01-09 19:13:34 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-09 19:43:39 +0100
commit19b8c53c46922b9c6bbd620bb01fd688778c728d (patch)
tree653b9cf26f787be8d537f1a6071b1133822d9c74 /.github
parentcd7be018fea57e76399290876fe31764b990bafb (diff)
Enable clippy::style checks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml2
1 files changed, 1 insertions, 1 deletions
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: