HBWGM7PKDQGTAQIAFCWVK3LUFPH2NJ2O7I4R4H5E2SEG5YEUNRRAC
- rust: nightly
name: Clippy
- name: Clippy
install:
- CLIPPY_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/clippy)
- echo "Latest nightly with Clippy is $CLIPPY_NIGHTLY"
- rustup set profile minimal
- rustup default "$CLIPPY_NIGHTLY"
- rustup component add clippy