From f0c7a65bca92348475f168c2833fb9ce153b356a Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 21 Aug 2026 07:46:16 +0200 Subject: [PATCH] clippy: remove from_iter_instead_of_collect lint as it no longer exists --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b343d5f..be32c504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,6 @@ implicit_hasher = "allow" doc_link_with_quotes = "allow" format_push_string = "allow" flat_map_option = "allow" -from_iter_instead_of_collect = "allow" large_types_passed_by_value = "allow" # Disable for now, we have a few occurrences # panic = "warn"