From 85952a07a2eac0ecd3e9071e22af8ffb5fe0ecab Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 27 Jun 2025 14:57:40 +0200 Subject: [PATCH] Cargo.toml: remove match_on_vec_items lint it has been removed from clippy --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bb8432d5..02433e2a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -667,7 +667,6 @@ return_self_not_must_use = "allow" # 8 needless_pass_by_value = "allow" # 8 # manual_let_else = "allow" # 8 # needless_raw_string_hashes = "allow" # 7 -match_on_vec_items = "allow" # 6 inline_always = "allow" # 6 # format_push_string = "allow" # 6 fn_params_excessive_bools = "allow" # 6