From faa993ecc3b940478d5cf402ecd7fa4834739fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Wegm=C3=BCller?= Date: Sat, 25 Mar 2023 16:46:32 +0100 Subject: [PATCH] Update rust-clippy.yml --- .github/workflows/rust-clippy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 2920fa1..41e1274 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -40,9 +40,6 @@ jobs: - name: Install required cargo run: cargo install clippy-sarif sarif-fmt - - name: Patch target path - run: rm .cargo/config.toml - - name: Run rust-clippy run: cargo clippy