diff options
| author | Frank Hamand <frankhamand@gmail.com> | 2025-04-01 15:47:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 15:47:25 +0100 |
| commit | 06edab617ac498511d8feed96516cbd835c8e40d (patch) | |
| tree | ffe5218641afce8b5a6273965ed3048b07bdc533 /.github | |
| parent | fix(stats): Ignore leading environment variables when calculating stats (#2659) (diff) | |
| download | atuin-06edab617ac498511d8feed96516cbd835c8e40d.zip | |
fix: add redundant clones to clippy and cleanup instances of it (#2654)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
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 |
