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 12e7dec commit 3fdbc3fCopy full SHA for 3fdbc3f
.github/workflows/testing.yml
@@ -67,10 +67,6 @@ jobs:
67
name: Run Build Checks
68
run: cargo check --tests --benches --examples --workspace --all-targets --all-features
69
70
- - id: lint
71
- name: Run Clippy
72
- run: cargo clippy --tests --benches --examples --workspace --all-targets --all-features -- -D warnings
73
-
74
- id: docs
75
name: Check Documentation
76
env:
0 commit comments