Skip to content

Commit

Permalink
Remove allowed Clippy flags
Browse files Browse the repository at this point in the history
They are no longer triggered.
  • Loading branch information
Thomasdezeeuw committed Dec 6, 2023
1 parent ebda7e1 commit 0cdc64a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ jobs:
with:
components: clippy
- name: Clippy
# NOTE: `clippy::uninlined-format-args` is enabled due to MSRV.
run: cargo clippy --all-targets --all-features -- -D warnings -A clippy::cognitive-complexity -A clippy::uninlined-format-args
run: cargo clippy --all-targets --all-features -- -D warnings
Docs:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit 0cdc64a

Please sign in to comment.