Skip to content

Commit

Permalink
fix clippy flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Sep 19, 2023
1 parent 95d9b79 commit 533e429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: -- -D warnings -A deprecated

- name: Check Diff
# fails if any changes not committed
Expand Down

0 comments on commit 533e429

Please sign in to comment.