]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/clippy.yml
Auto merge of #6801 - Jarcho:manual_match_fix, r=phansch
[rust.git] / .github / workflows / clippy.yml
index 530e60001f726b1a7525c42c667aa4b0684b4faf..9d5e12aac5f7b73701396d4703666d75cd4e12e8 100644 (file)
@@ -50,6 +50,9 @@ jobs:
     - name: Build
       run: cargo build --features deny-warnings,internal-lints
 
+    - name: Test "--fix -Zunstable-options"
+      run: cargo run --features deny-warnings,internal-lints --bin cargo-clippy -- clippy --fix -Zunstable-options
+
     - name: Test
       run: cargo test --features deny-warnings,internal-lints