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