Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ab14a commit 04e70dbCopy full SHA for 04e70db
1 file changed
.github/workflows/test.yml
@@ -64,7 +64,8 @@ jobs:
64
- name: Lint
65
uses: actions-rs/cargo@v1
66
with:
67
- command: clippy -- -D warnings
+ command: clippy
68
+ args: -- -D warnings
69
70
- name: Check Rust formatting
71
0 commit comments