Skip to content

Commit 899f0ee

Browse files
author
Jonas Bostoen
committed
fix: ci clippy
1 parent 10086c5 commit 899f0ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: Swatinem/rust-cache@v2
2424
with:
2525
cache-on-failure: true
26-
- run: cargo clippy --lib --examples --tests --benches --all-features --locked
26+
- run: cargo clippy --examples --tests --benches --all-features --locked
2727
env:
2828
RUSTFLAGS: -D warnings
2929

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,3 @@ non_send_fields_in_send_ty = "allow"
106106
redundant_pub_crate = "allow"
107107
significant_drop_in_scrutinee = "allow"
108108
significant_drop_tightening = "allow"
109-
too_long_first_doc_paragraph = "allow"

0 commit comments

Comments
 (0)