Skip to content

Commit bffaecf

Browse files
committed
Run clippy on stable
1 parent 4a4cfb5 commit bffaecf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.cirrus.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
clippy_task:
22
container:
3-
image: rustlang/rust:nightly
3+
image: rust:latest
44
keyutils_script: apt-get update && apt-get install libkeyutils-dev
55
component_script: rustup component add clippy
6-
update_script: cargo +nightly update
6+
fmt_script: cargo clippy
77
toolchain_cache:
88
folder: $RUSTUP_HOME
9-
fingerprint_script: rustc +nightly --version
9+
fingerprint_script: rustc --version
1010
cargo_cache:
1111
folder: $CARGO_HOME/registry
1212
fingerprint_script: cat Cargo.lock
13-
fmt_script: cargo +nightly clippy
1413

1514
rustfmt_task:
1615
container:

0 commit comments

Comments
 (0)