From b766fdd008bcc3b74ad3bf44173bc50b5e41eb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Anda=20Estensen?= Date: Thu, 16 Jan 2025 17:25:44 +0100 Subject: [PATCH] chore: remove or_fun_call lint --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c14527..10bd97c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,6 @@ needless_for_each = "warn" needless_pass_by_ref_mut = "warn" nonstandard_macro_braces = "warn" option_as_ref_cloned = "warn" -or_fun_call = "warn" path_buf_push_overwrite = "warn" read_zero_byte_vec = "warn" redundant_clone = "warn"