Replace clippy-all with just clippy on bacon config
This commit is contained in:
parent
2f247f477b
commit
eaaba8f7fc
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ alias fw := format-watch
|
|||
# Lint on changes
|
||||
[group('dev')]
|
||||
lint-watch:
|
||||
bacon --job clippy-all
|
||||
bacon --job clippy
|
||||
|
||||
alias lw := lint-watch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue