From d6a7ebcdd6dc29fcddc843486b7a9bc4f7be7a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Tue, 22 Dec 2020 01:57:55 +0100 Subject: [PATCH] ci: test cargo clippy --fix -Zunstable-options --- .github/workflows/clippy.yml | 4 ++++ 1 file changed, 4 insertions(+) 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