Browse Source

ci: disallow clippy warnings

clippy-fix
Garrit Franke 3 years ago
parent
commit
74333f47a6
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

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

Loading…
Cancel
Save