From 1385da6cf78a1938e756df4fbcb25e70e2b8c95e Mon Sep 17 00:00:00 2001 From: chonghe <44791194+chong-he@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:38:27 +0800 Subject: [PATCH] Update Makefile Co-authored-by: Mac L --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 27c51b7d38..a40440b3c6 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,6 @@ cli: # Runs the entire test suite, downloading test vectors if required. test-full: cargo-fmt test-release test-debug test-ef test-exec-engine - # Lints the code for bad style and potentially unsafe arithmetic using Clippy. # Clippy lints are opt-in per-crate for now. By default, everything is allowed except for performance and correctness lints. lint: