Skip to content

Commit

Permalink
make clippy less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Dec 29, 2023
1 parent 8eab8b9 commit 7c3e5a8
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 99 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cargo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ jobs:
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
command: clippy
Loading

0 comments on commit 7c3e5a8

Please sign in to comment.