Skip to content

Commit 0a98986

Browse files
authored
ci: Fix clippy invocation (#357)
1 parent f6168c8 commit 0a98986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
components: rustfmt
2121

2222
- name: Clippy
23-
run: cargo clippy -- --all-features -Dwarnings
23+
run: cargo clippy --all-features -- -Dwarnings

0 commit comments

Comments
 (0)