Skip to content

Commit 4aa9bda

Browse files
committed
allow clippy failures and allow clippy::extra_unused_lifetimes
1 parent 5310d98 commit 4aa9bda

File tree

3 files changed

+314
-244
lines changed

3 files changed

+314
-244
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [windows-latest, ubuntu-latest]
24-
rust: [1.60, nightly]
24+
rust: [1.60.0, nightly]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- name: Checkout
@@ -87,11 +87,11 @@ jobs:
8787
~/.cargo/git
8888
target
8989
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
90-
- name: Run clippy --all-targets --all-features -- -D warnings
90+
- name: Run clippy --all-targets --all-features
9191
uses: actions-rs/cargo@v1
9292
with:
9393
command: clippy
94-
args: --locked --all-targets --all-features -- -D warnings
94+
args: --locked --all-targets --all-features
9595
docs:
9696
name: Docs
9797
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)