We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51947df commit d6a7ebcCopy full SHA for d6a7ebc
.github/workflows/clippy.yml
@@ -57,6 +57,10 @@ jobs:
57
run: cargo test --features deny-warnings,internal-lints
58
working-directory: clippy_lints
59
60
+ - name: Test --fix -Zunstable-options
61
+ run: cargo run --bin cargo-clippy -- clippy --fix -Zunstable-options
62
+ working-directory: clippy_lints
63
+
64
- name: Test rustc_tools_util
65
run: cargo test --features deny-warnings
66
working-directory: rustc_tools_util
0 commit comments