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 ac01631 commit d67d696Copy full SHA for d67d696
.github/workflows/testing.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Cache dependencies
26
uses: Swatinem/rust-cache@v2.8.1
27
- name: Run cargo clippy
28
- run: cargo clippy --all-targets --deny warnings
+ run: cargo clippy --all-targets -- --deny warnings
29
clippy-fastapi:
30
name: Clippy FastAPI Features
31
runs-on: ubuntu-latest
0 commit comments