fix: needless_raw_string_hashes (allow)

This commit is contained in:
Joseph Cruz 2023-07-18 19:38:08 -04:00
parent 3af115a663
commit 14bda76b30
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#![allow(clippy::needless_raw_string_hashes)]
#![forbid(unsafe_code)]
pub mod errors;

View file

@ -1,3 +1,4 @@
#![allow(clippy::needless_raw_string_hashes)]
#![forbid(unsafe_code)]
//! # Leptos Router