Skip to content

Commit ade0100

Browse files
committed
Disable a pedantic clippy lint
1 parent e8efc82 commit ade0100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434

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

3838
docs:
3939
name: docs

0 commit comments

Comments
 (0)