From 2a30aaa51dd77d9cb525e1373be9f2feab5aa1b8 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Sat, 31 May 2025 22:23:58 +0200 Subject: [PATCH] style: incldue `uninlined_format_args` --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a620220b9c..7bbd1d0552b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,7 +168,6 @@ cargo_common_metadata = { level = "allow", priority = 1 } doc_lazy_continuation = { level = "allow", priority = 1 } needless_return = { level = "allow", priority = 1 } doc_overindented_list_items = { level = "allow", priority = 1 } -uninlined_format_args = { level = "allow", priority = 1 } # complexity-lints needless_lifetimes = { level = "allow", priority = 1 } precedence = { level = "allow", priority = 1 }