From 1f269e4363df25725c87c0a3aac1456d74a5800f Mon Sep 17 00:00:00 2001 From: Flix Date: Fri, 21 Mar 2025 15:50:08 +0100 Subject: [PATCH] Remove redundant closure lint --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af44067..f76ed88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,6 @@ ptr_as_ptr = "warn" range_minus_one = "warn" rc_buffer = "warn" rc_mutex = "warn" -redundant_closure_for_method_calls = "warn" ref_binding_to_reference = "warn" ref_option_ref = "warn" return_self_not_must_use = "warn"