From e3f356de3612f1b8f6d5e3f41ef2148c9b685a1f Mon Sep 17 00:00:00 2001 From: Daniel Eades Date: Tue, 25 Oct 2022 08:05:59 +0700 Subject: [PATCH] run clippy on all targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53030400..16eea6da 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,6 @@ format-check: lint: @rustup component add clippy 2> /dev/null - @cargo clippy + @cargo clippy --all-targets .PHONY: all doc build check test format format-check lint check-minver