We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d118f commit 9bfbdebCopy full SHA for 9bfbdeb
.github/workflows/main.yml
@@ -114,4 +114,4 @@ jobs:
114
- uses: actions/checkout@v4
115
- uses: dtolnay/rust-toolchain@stable
116
- name: Run Clippy
117
- run: cargo clippy --all-targets --all-features -- -D warnings
+ run: cargo clippy --all-targets --all-features -- --allow clippy::needless-lifetimes -D warnings
0 commit comments