Skip to content

Commit d6a7ebc

Browse files
committed
ci: test cargo clippy --fix -Zunstable-options
1 parent 51947df commit d6a7ebc

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)