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 51df170 commit fc40d1bCopy full SHA for fc40d1b
.github/workflows/clippy.yml
@@ -71,7 +71,7 @@ jobs:
71
working-directory: clippy_workspace_tests
72
73
- name: Test cargo-clippy --fix
74
- run: ../target/debug/cargo-clippy clippy -- --fix
+ run: ../target/debug/cargo-clippy clippy --fix -Zunstable-options
75
76
77
- name: Test clippy-driver
.github/workflows/clippy_bors.yml
@@ -133,7 +133,7 @@ jobs:
133
134
135
136
137
138
139
0 commit comments