making clippy happy

This commit is contained in:
Paul Woolcock
2020-09-25 16:44:06 -04:00
parent a69d0ea928
commit 982a8fc776
18 changed files with 33 additions and 83 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --features all --all -- --check
args: --verbose --all -- --check
- uses: actions-rs/cargo@v1
with:
command: clippy