Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2e10f6e

Browse filesBrowse files
committed
build: correct lint warnings
1 parent 7429dec commit 2e10f6e
Copy full SHA for 2e10f6e
Expand file treeCollapse file tree

39 files changed

+123
-125
lines changed

‎.github/workflows/checks.yml

Copy file name to clipboardExpand all lines: .github/workflows/checks.yml
+1-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.