From 577705b1b74b54e133a08458399dc2220b11ca45 Mon Sep 17 00:00:00 2001
From: Vincent Lafeychine <vincent.lafeychine@proton.me>
Date: Sat, 25 May 2024 17:33:47 +0200
Subject: [PATCH] clippy: Fix pub_with_shorthand 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 09464c67..8ce9f21a 100644
--- a/rr_frontend/.cargo/config.toml
+++ b/rr_frontend/.cargo/config.toml
@@ -34,7 +34,6 @@ rustflags = [
     # clippy::restriction
     "-Aclippy::non_ascii_literal",
     "-Aclippy::panic_in_result_fn",
-    "-Aclippy::pub_with_shorthand",
     "-Aclippy::redundant_type_annotations",
     "-Aclippy::ref_patterns",
     "-Aclippy::semicolon_inside_block",
-- 
GitLab