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