From d0fd9f1f738a76cfbe25e6a1f0cd8edf720827fe Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 13 May 2025 00:06:16 +0200 Subject: ci: allow `clippy::uninlined_format_args` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8644388..4279f1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,6 +85,7 @@ unused_results = "deny" [lints.clippy] type-complexity = "allow" +uninlined_format_args = "allow" semicolon_if_nothing_returned = "deny" trivially-copy-pass-by-ref = "deny" default_trait_access = "deny" -- cgit v1.2.3