From ec0017d0da5d3855743c6cfd282dc626bad6dc9b Mon Sep 17 00:00:00 2001
From: Vincent Lafeychine <vincent.lafeychine@proton.me>
Date: Thu, 2 May 2024 20:23:12 +0200
Subject: [PATCH] clippy: Fix needless_continue 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 60f51a34..9a3fb7d2 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::needless_continue",
     "-Aclippy::needless_pass_by_value",
     "-Aclippy::redundant_closure_for_method_calls",
     "-Aclippy::return-self-not-must-use",
-- 
GitLab