Skip to content

Commit

Permalink
CI: Allow unknown clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jul 31, 2021
1 parent 68f029a commit 4d880d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- run: rustup set profile minimal
- run: rustup show
- run: rustup component add clippy
- run: cargo clippy --all -- -D warnings
- run: cargo clippy --all -- --deny warnings --allow unknown_clippy_lints

0 comments on commit 4d880d2

Please sign in to comment.