Browse Source

ci: fix clippy

github-actions
Garrit Franke 3 years ago
parent
commit
96654f04c6
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -61,4 +61,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- # -D warnings <-- Uncomment to fail when there is a clippy warning
# args: -- # -D warnings <-- Uncomment to fail when there is a clippy warning

Loading…
Cancel
Save