From e7389ccc2a6c37ebf298073a72d4a2b2b83f6a11 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sun, 8 Feb 2026 11:33:44 -0500 Subject: [PATCH] make: drop redundant cargo check --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2098d2754..13f33e13a 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,6 @@ test-wasm: lint: cargo update --workspace --locked --quiet - cargo check --workspace --all-targets cargo fmt --all --check cargo clippy --workspace --all-targets -- -D warnings