Skip to content

Commit 745db68

Browse files
committed
fix github action
1 parent b591154 commit 745db68

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Run fmt
3232
run: cargo fmt --all -- --check
3333
- name: Clippy
34-
run: cargo clippy --all --all-features -- -D warning
34+
run: cargo clippy --all --all-features -- -D warnings
3535
- name: Build
3636
run: cargo build --all --all-features --verbose
3737
- name: Run tests

0 commit comments

Comments
 (0)