about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/clippy.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml
index 530e60001f7..17812b74ab2 100644
--- a/.github/workflows/clippy.yml
+++ b/.github/workflows/clippy.yml
@@ -57,6 +57,10 @@ jobs:
       run: cargo test --features deny-warnings,internal-lints
       working-directory: clippy_lints
 
+    - name: Test --fix -Zunstable-options
+      run: cargo run --bin cargo-clippy -- clippy --fix -Zunstable-options
+      working-directory: clippy_lints
+
     - name: Test rustc_tools_util
       run: cargo test --features deny-warnings
       working-directory: rustc_tools_util