ci: fix nightly clippy

Remove `--all-features` from the clippy command because

1. with the removal of `cocunut` it's not really needed
2. the new `mobile` flag is a bit hacky and mutually incompatible with
   some existing configs
This commit is contained in:
Jon Häggblad
2023-01-27 09:46:29 +01:00
parent 3e6188ed13
commit 044fa93eec
+1 -1
View File
@@ -106,7 +106,7 @@ jobs:
if: ${{ matrix.rust != 'nightly' }}
with:
command: clippy
args: --workspace --all-targets -- -D warnings
args: --workspace -- -D warnings
- name: Reclaim some disk space
uses: actions-rs/cargo@v1