Skip to content

Commit

Permalink
remove clippy::unknown_clippy_lints from cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Dec 29, 2021
1 parent 7394bd2 commit a3d1fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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 --
- name: Run tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit a3d1fcc

Please sign in to comment.