Skip to content

Commit

Permalink
Merge pull request #196 from mchodzikiewicz/fix/nightly-clippy-lint
Browse files Browse the repository at this point in the history
fix: ignore false-positive clippy lint trigger
  • Loading branch information
baoyachi authored Dec 30, 2024
2 parents 11524d5 + fe40af0 commit d8d857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Build on nightly
run: |
cargo build --release
cargo +nightly clippy --all --all-features -- -D warnings
cargo +nightly clippy --all --all-features -- -D warnings -A clippy::literal_string_with_formatting_args
test:
strategy:
Expand Down

0 comments on commit d8d857c

Please sign in to comment.