Skip to content

Commit f09a162

Browse files
committed
attempt at fix clippy special version
1 parent 213bd43 commit f09a162

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
run: |
5252
git clone https://github.com/lucarlig/rust-clippy.git
5353
cd rust-clippy
54+
cargo +nightly-2023-06-02 dev update_lints
5455
cargo +nightly-2023-06-02 build --release --bin cargo-clippy --bin clippy-driver -Zunstable-options --out-dir "$(rustc --print=sysroot)/bin"
5556
5657
- name: apply all modifications and collect logs
@@ -73,3 +74,5 @@ jobs:
7374
- name: RESULTS
7475
working-directory: ./benchmark
7576
run: cat README.md
77+
78+

benchmark/all_in_one.sh

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)