aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorFrank Hamand <frankhamand@gmail.com>2025-04-01 15:47:25 +0100
committerGitHub <noreply@github.com>2025-04-01 15:47:25 +0100
commit06edab617ac498511d8feed96516cbd835c8e40d (patch)
treeffe5218641afce8b5a6273965ed3048b07bdc533 /.github/workflows
parentfix(stats): Ignore leading environment variables when calculating stats (#2659) (diff)
downloadatuin-06edab617ac498511d8feed96516cbd835c8e40d.zip
fix: add redundant clones to clippy and cleanup instances of it (#2654)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
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