Skip to content

Commit 971e5b3

Browse files
committed
Auto merge of #6496 - matthiaskrgr:test_fix, r=Manishearth
ci: test cargo clippy --fix -Zunstable-options Make sure we catch cases like #6487 in CI in the future. --- *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: none
2 parents 4772eb8 + d6a7ebc commit 971e5b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/clippy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
run: cargo test --features deny-warnings,internal-lints
5858
working-directory: clippy_lints
5959

60+
- name: Test --fix -Zunstable-options
61+
run: cargo run --bin cargo-clippy -- clippy --fix -Zunstable-options
62+
working-directory: clippy_lints
63+
6064
- name: Test rustc_tools_util
6165
run: cargo test --features deny-warnings
6266
working-directory: rustc_tools_util

0 commit comments

Comments
 (0)