From 3875b8d6b7f8a06be730e0e22e14f8b7634eb522 Mon Sep 17 00:00:00 2001
From: Vincent Lafeychine <vincent.lafeychine@proton.me>
Date: Tue, 30 Apr 2024 01:21:29 +0200
Subject: [PATCH] clippy: Fix from_iter_instead_of_collect for free

---
 rr_frontend/.cargo/config.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rr_frontend/.cargo/config.toml b/rr_frontend/.cargo/config.toml
index 007836ff..b4202e24 100644
--- a/rr_frontend/.cargo/config.toml
+++ b/rr_frontend/.cargo/config.toml
@@ -32,7 +32,6 @@ rustflags = [
     "-Aclippy::string_lit_as_bytes",
 
     # clippy::pedantic
-    "-Aclippy::from_iter_instead_of_collect",
     "-Aclippy::if_not_else",
     "-Aclippy::inefficient_to_string",
     "-Aclippy::items_after_statements",
-- 
GitLab