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 4a4cfb5 commit bffaecfCopy full SHA for bffaecf
.cirrus.yml
@@ -1,16 +1,15 @@
1
clippy_task:
2
container:
3
- image: rustlang/rust:nightly
+ image: rust:latest
4
keyutils_script: apt-get update && apt-get install libkeyutils-dev
5
component_script: rustup component add clippy
6
- update_script: cargo +nightly update
+ fmt_script: cargo clippy
7
toolchain_cache:
8
folder: $RUSTUP_HOME
9
- fingerprint_script: rustc +nightly --version
+ fingerprint_script: rustc --version
10
cargo_cache:
11
folder: $CARGO_HOME/registry
12
fingerprint_script: cat Cargo.lock
13
- fmt_script: cargo +nightly clippy
14
15
rustfmt_task:
16
0 commit comments