Skip to content

Commit 139f75f

Browse files
Merge pull request theseus-rs#65 from theseus-rs/correct-lint-warnings
build: correct lint warnings
2 parents 7429dec + 2e10f6e commit 139f75f

39 files changed

+123
-125
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ jobs:
8080
env:
8181
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
8282
run: |
83-
cargo clippy --workspace --features blocking
84-
cargo clippy --workspace --features bundled
85-
cargo clippy --workspace --features tokio
86-
cargo clippy --workspace --all-features
83+
cargo clippy --all-targets --all-features --examples --tests
8784
8885
deny:
8986
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)