Skip to content

Commit

Permalink
ci: Make clippy less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwhite committed Feb 15, 2024
1 parent 17e8f64 commit 98cdc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
with:
components: clippy
- name: Run cargo clippy
run: cargo clippy --all-features -- -Dclippy::all
run: cargo clippy --all-features

0 comments on commit 98cdc95

Please sign in to comment.