From 14bda76b307d29d94cd6f603a2d4ef74d85f2b48 Mon Sep 17 00:00:00 2001 From: Joseph Cruz Date: Tue, 18 Jul 2023 19:38:08 -0400 Subject: [PATCH] fix: needless_raw_string_hashes (allow) --- leptos_config/src/lib.rs | 1 + router/src/lib.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/leptos_config/src/lib.rs b/leptos_config/src/lib.rs index 78b074650..521685003 100644 --- a/leptos_config/src/lib.rs +++ b/leptos_config/src/lib.rs @@ -1,3 +1,4 @@ +#![allow(clippy::needless_raw_string_hashes)] #![forbid(unsafe_code)] pub mod errors; diff --git a/router/src/lib.rs b/router/src/lib.rs index 921fe896f..65922633d 100644 --- a/router/src/lib.rs +++ b/router/src/lib.rs @@ -1,3 +1,4 @@ +#![allow(clippy::needless_raw_string_hashes)] #![forbid(unsafe_code)] //! # Leptos Router