From 3cff40803aa33cda77a70913e4f6197a14a6ff6c Mon Sep 17 00:00:00 2001 From: Brent Westbrook Date: Sat, 23 Nov 2024 14:03:03 -0500 Subject: [PATCH] try to get clippy to catch this --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ba0699..5171bc9 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ifdef FIX endif clippy: - cargo clippy --workspace $(clippy_args) + cargo clippy --workspace --all-targets --all-features $(clippy_args) doc: cargo doc --open