From 06edab617ac498511d8feed96516cbd835c8e40d Mon Sep 17 00:00:00 2001 From: Frank Hamand Date: Tue, 1 Apr 2025 15:47:25 +0100 Subject: fix: add redundant clones to clippy and cleanup instances of it (#2654) --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e0f8ee4c..510fd60a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -212,7 +212,7 @@ jobs: key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }} - name: Run clippy - run: cargo clippy -- -D warnings + run: cargo clippy -- -D warnings -D clippy::redundant_clone format: runs-on: ubuntu-latest -- cgit v1.3.1