From 80571d0f0130ef0e0ca043ce107be4e2e96a5b1a Mon Sep 17 00:00:00 2001 From: realbigsean Date: Wed, 5 Jul 2023 10:14:35 -0400 Subject: [PATCH] remove uninlined arg lint suppression --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index fc93a1bb8ae..ad125f32442 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,6 @@ lint: cargo clippy --workspace --tests $(EXTRA_CLIPPY_OPTS) -- \ -D clippy::fn_to_numeric_cast_any \ -D warnings \ - -A clippy::uninlined-format-args \ -A clippy::derive_partial_eq_without_eq \ -A clippy::from-over-into \ -A clippy::upper-case-acronyms \