Skip to content

Commit

Permalink
ci: Fix clippy invocation (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 6, 2024
1 parent f6168c8 commit 0a98986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
components: rustfmt

- name: Clippy
run: cargo clippy -- --all-features -Dwarnings
run: cargo clippy --all-features -- -Dwarnings

0 comments on commit 0a98986

Please sign in to comment.