Skip to content

Commit

Permalink
Trying to fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pathscale authored Dec 21, 2023
1 parent abef8ec commit fd9aaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: --all-targets --all-features -- -D warnings

0 comments on commit fd9aaca

Please sign in to comment.