Skip to content

Commit

Permalink
Disable a pedantic clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmac7000 committed Oct 19, 2023
1 parent e8efc82 commit c26c63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run clippy
run: cargo clippy --version && cargo clippy --tests --workspace -- -D warnings
run: cargo clippy --version && cargo clippy --tests --workspace -- -D warnings -A clippy::needless-raw-string-hashes

docs:
name: docs
Expand Down

0 comments on commit c26c63f

Please sign in to comment.