github: clippy review annotations for the workspace too (#1416)

* github: clippy review annotations for the workspace too

* client-libs: remove unused imports

* client-libs: tweak use dep

* client-libs: try to regroup cfg conditional use items
This commit is contained in:
Jon Häggblad
2022-06-29 08:47:12 +02:00
committed by GitHub
parent 03a78c04ef
commit f2afb42daf
3 changed files with 39 additions and 38 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
name: Clippy checks
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: --workspace --all-features
- name: Run clippy
uses: actions-rs/cargo@v1