Skip to content

Commit

Permalink
Don't deny clippy warnings in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Nov 14, 2023
1 parent f6f162d commit cef3a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings
- run: cargo clippy # -- -D warnings

typos:
name: Spell Check with Typos
Expand Down

0 comments on commit cef3a9d

Please sign in to comment.