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 043d5da commit 6ee58e7Copy full SHA for 6ee58e7
.github/workflows/rust.yml
@@ -39,7 +39,7 @@ jobs:
39
if [ "$ver" = msrv ]; then
40
ver=$(cargo metadata --format-version 1 --no-deps | \
41
jq -r '.packages[0].rust_version')
42
- extra=(-c rustfmt)
+ extra=(-c rustfmt -c clippy)
43
fi
44
rustup toolchain install "$ver" --profile minimal --no-self-update "${extra[@]}"
45
rustup default "$ver"
0 commit comments