diff options
| author | Ben Armstead <benarmstead@protonmail.com> | 2021-08-18 18:59:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 11:59:02 -0700 |
| commit | ea3417abe4d7ab6399254263ec42aae2fb986512 (patch) | |
| tree | 5cb7e228deaa68da529f49f00d1d9a7149dbfc93 /.github/workflows | |
| parent | 2de7b51cc9bf6230149d7107b0f3fbdbc86b49bb (diff) | |
Remove unnecessary borrows (#692)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2ef967..c78ae78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,7 +107,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: clippy - args: -- -D warnings --allow clippy::needless_borrow + args: -- -D warnings coverage: name: Code coverage |
