chore: enable clippy on all targets

This commit is contained in:
Florian Dehau 2021-12-23 18:45:46 +01:00
parent d05e696d45
commit d25e263b8e

View file

@ -90,6 +90,7 @@ command = "cargo"
condition = { env_set = ["TUI_FEATURES"] }
args = [
"clippy",
"--all-targets",
"--no-default-features",
"--features",
"${TUI_FEATURES}",