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 5798265 commit fadd305Copy full SHA for fadd305
.github/workflows/lint.yml
@@ -93,7 +93,7 @@ jobs:
93
run: cargo +"${{ steps.nightly-toolchain.outputs.RUST_NIGHTLY_TOOLCHAIN }}" udeps --workspace --all-features
94
95
- name: Install cargo-dylint
96
- run: cargo install cargo-dylint --version 4.1.0 --locked
+ run: cargo install cargo-dylint dylint-link --version 4.1.0 --locked
97
98
- name: Cargo dylint
99
run: cargo dylint --all
0 commit comments