We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c40f3 commit e4af63eCopy full SHA for e4af63e
1 file changed
.github/workflows/tests.yml
@@ -97,4 +97,4 @@ jobs:
97
target: ${{ matrix.target.build_target }}
98
99
- name: Run cargo clippy
100
- run: cargo clippy -- -D warnings
+ run: cargo clippy --no-deps -- -D warnings
0 commit comments