From a62a23a1c73a3e316bc42b9b87ab54748cb27d91 Mon Sep 17 00:00:00 2001 From: danieleades <33452915+danieleades@users.noreply.github.com> Date: Wed, 29 Dec 2021 08:16:54 +0000 Subject: fix(clippy): ensure clippy runs on all targets (#972) * ensure clippy runs on all targets * use 'AtomicBool' instead of 'Mutex' * remove unused import * remove 'mem::drop' no-ops * remove loop that never loops --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.toml') diff --git a/Makefile.toml b/Makefile.toml index 8cb5f4d37..df0d93ce0 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -69,7 +69,7 @@ args = ["run", "--", "--data-dir", "${CARGO_TARGET_DIR}/dev-data/", "@@split(CAR # Simple clippy tweak [tasks.clippy] -args = ["clippy", "--", "@@split(CARGO_MAKE_TASK_ARGS,;)"] +args = ["clippy", "--all-targets", "--", "@@split(CARGO_MAKE_TASK_ARGS,;)"] # Release building and installing Zellij [tasks.install] -- cgit v1.2.3