cargo: include all targets in c alias
This commit is contained in:
parent
3becb816df
commit
c9dac73965
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[alias]
|
||||
c = "clippy --all-features"
|
||||
c = "clippy --all-features --all-targets"
|
||||
it = "insta test --review --unreferenced=delete"
|
||||
tarp = "tarpaulin --skip-clean --target-dir=target/coverage"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue