From ba981a86b69f43888e0197a43ddf9de13c2eede9 Mon Sep 17 00:00:00 2001 From: myyrakle Date: Wed, 1 Jan 2025 22:58:24 +0900 Subject: [PATCH] =?UTF-8?q?[#209]=20clippy:=20map=5Fentry=20ignore=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rupring/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rupring/src/lib.rs b/rupring/src/lib.rs index f8b9622..223c677 100644 --- a/rupring/src/lib.rs +++ b/rupring/src/lib.rs @@ -1,5 +1,6 @@ #![allow(clippy::single_match)] #![allow(clippy::to_string_trait_impl)] +#![allow(clippy::map_entry)] /*! # Get Started There is only one dependency.