mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix: needless_raw_string_hashes (allow)
This commit is contained in:
parent
3af115a663
commit
14bda76b30
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#![allow(clippy::needless_raw_string_hashes)]
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
|
|
||||||
pub mod errors;
|
pub mod errors;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#![allow(clippy::needless_raw_string_hashes)]
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
|
|
||||||
//! # Leptos Router
|
//! # Leptos Router
|
||||||
|
|
Loading…
Reference in a new issue