diff --git a/Makefile b/Makefile index ee29f9c..a14a868 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,9 @@ docs: .PHONY: lint lint: cargo fmt --all -- --check - cargo clippy -- -D warnings - cargo clippy --no-default-features -- -D warnings - cargo clippy --all-features -- -D warnings + cargo clippy --workspace -- -D warnings + cargo clippy --workspace --no-default-features -- -D warnings + cargo clippy --workspace --all-features -- -D warnings .PHONY: check check: