From c7b49feb9ed0f75a5683205b32dfea432b3f1f3f Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Thu, 26 Jan 2023 22:58:51 +0100 Subject: [PATCH] fixup! Change CI clippy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40082e55eb..8889e699de 100644 --- a/Makefile +++ b/Makefile @@ -163,7 +163,7 @@ lint: cargo clippy --workspace --tests -- \ -D clippy::fn_to_numeric_cast_any \ -D warnings \ - -D clippy::uninlined-format-args \ + -A clippy::uninlined-format-args \ -A clippy::derive_partial_eq_without_eq \ -A clippy::from-over-into \ -A clippy::upper-case-acronyms \