Skip to content

Commit

Permalink
Ignore clippy::needless-lifetimes
Browse files Browse the repository at this point in the history
The lifetimes serve as documentation.
  • Loading branch information
Thomasdezeeuw committed Dec 5, 2024
1 parent 60d118f commit 9bfbdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo clippy --all-targets --all-features -- --allow clippy::needless-lifetimes -D warnings

0 comments on commit 9bfbdeb

Please sign in to comment.