Skip to content

Commit

Permalink
Remove the quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind committed Feb 25, 2024
1 parent 200febb commit 7da3e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --features="serde_support" -- -D warnings
args: --all-targets --features=serde_support -- -D warnings

0 comments on commit 7da3e05

Please sign in to comment.