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 139f75f

Browse filesBrowse files
Merge pull request theseus-rs#65 from theseus-rs/correct-lint-warnings
build: correct lint warnings
2 parents 7429dec + 2e10f6e commit 139f75f
Copy full SHA for 139f75f
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.