From e41721d05db2299377292384b4b71e4173e00b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 10 Nov 2024 19:43:58 +0100 Subject: [PATCH] Apply new lints to ourselves --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 697727f..cdc3500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,6 +42,7 @@ too_many_arguments = "allow" # style overrides new_without_default = "allow" +redundant_closure = "allow" # cargo overrides multiple_crate_versions = "allow"