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 10086c5 commit 899f0eeCopy full SHA for 899f0ee
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: Swatinem/rust-cache@v2
24
with:
25
cache-on-failure: true
26
- - run: cargo clippy --lib --examples --tests --benches --all-features --locked
+ - run: cargo clippy --examples --tests --benches --all-features --locked
27
env:
28
RUSTFLAGS: -D warnings
29
Cargo.toml
@@ -106,4 +106,3 @@ non_send_fields_in_send_ty = "allow"
106
redundant_pub_crate = "allow"
107
significant_drop_in_scrutinee = "allow"
108
significant_drop_tightening = "allow"
109
-too_long_first_doc_paragraph = "allow"
0 commit comments