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 9eb9b85 commit 23a31d6Copy full SHA for 23a31d6
.github/workflows/benchmarks.yaml
@@ -51,8 +51,8 @@ jobs:
51
run: |
52
git clone https://github.com/lucarlig/rust-clippy.git
53
cd rust-clippy
54
+ cargo +nightly-2023-06-29 build --release --bin cargo-clippy --bin clippy-driver -Zunstable-options --out-dir "$(rustc +nightly-2023-06-29 --print=sysroot)/bin"
55
cargo +nightly-2023-06-29 dev update_lints
- cargo +nightly-2023-06-29 build --release --bin cargo-clippy --bin clippy-driver -Zunstable-options --out-dir "$(rustc --print=sysroot)/bin"
56
57
- name: apply all modifications and collect logs
58
working-directory: ./benchmark
0 commit comments