Skip to content

Commit

Permalink
Remove clippy allow (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek242 authored Apr 21, 2024
1 parent fc3a97d commit ca06cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/03-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
lint:
runs-on: ${{ inputs.os }}
env:
PCAP_CI_CLIPPY_FLAGS: '-D warnings -A clippy::uninlined_format_args'
PCAP_CI_CLIPPY_FLAGS: '-D warnings'
steps:
- uses: actions/checkout@v4
- run: |
Expand Down

0 comments on commit ca06cbb

Please sign in to comment.