Skip to content

Commit fc40d1b

Browse files
flip1995matthiaskrgr
authored andcommitted
ci: --fix still requires -Zunstable-options
1 parent 51df170 commit fc40d1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
working-directory: clippy_workspace_tests
7272

7373
- name: Test cargo-clippy --fix
74-
run: ../target/debug/cargo-clippy clippy -- --fix
74+
run: ../target/debug/cargo-clippy clippy --fix -Zunstable-options
7575
working-directory: clippy_workspace_tests
7676

7777
- name: Test clippy-driver

.github/workflows/clippy_bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
working-directory: clippy_workspace_tests
134134

135135
- name: Test cargo-clippy --fix
136-
run: ../target/debug/cargo-clippy clippy -- --fix
136+
run: ../target/debug/cargo-clippy clippy --fix -Zunstable-options
137137
working-directory: clippy_workspace_tests
138138

139139
- name: Test clippy-driver

0 commit comments

Comments
 (0)