We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261abe1 commit 9ba6bbaCopy full SHA for 9ba6bba
1 file changed
.github/workflows/lint.yaml
@@ -77,7 +77,7 @@ jobs:
77
if: matrix.rust_toolchain == 'nightly'
78
run: cargo +${{ matrix.rust_toolchain }} clippy --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple }} --all-targets --features nightly -- -D warnings
79
80
- udeps:
+ machete:
81
name: Detect Unused Cargo Dependencies
82
runs-on: windows-latest
83
strategy:
@@ -113,4 +113,4 @@ jobs:
113
tool: cargo-machete
114
115
- name: Run Cargo Machete
116
- run: cargo machete --skip-target-dir
+ run: cargo machete
0 commit comments