Skip to content

Commit 9ba6bba

Browse files
author
leon-xd
committed
addressed melvin's comment
1 parent 261abe1 commit 9ba6bba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: matrix.rust_toolchain == 'nightly'
7878
run: cargo +${{ matrix.rust_toolchain }} clippy --locked --profile ${{ matrix.cargo_profile }} --target ${{ matrix.target_triple }} --all-targets --features nightly -- -D warnings
7979

80-
udeps:
80+
machete:
8181
name: Detect Unused Cargo Dependencies
8282
runs-on: windows-latest
8383
strategy:
@@ -113,4 +113,4 @@ jobs:
113113
tool: cargo-machete
114114

115115
- name: Run Cargo Machete
116-
run: cargo machete --skip-target-dir
116+
run: cargo machete

0 commit comments

Comments
 (0)