From d25e263b8e11e5e2bedc90ea3edb92202be58274 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Thu, 23 Dec 2021 18:45:46 +0100 Subject: [PATCH] chore: enable clippy on all targets --- Makefile.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.toml b/Makefile.toml index 22360bd..8afba0a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -90,6 +90,7 @@ command = "cargo" condition = { env_set = ["TUI_FEATURES"] } args = [ "clippy", + "--all-targets", "--no-default-features", "--features", "${TUI_FEATURES}",