Add allow warnings for nonstandard macro braces
The warnings come from the macros of libraries that we use, so we can't change them.
This commit is contained in:
committed by
nitnelave
parent
65f0dfed84
commit
d891529da9
@@ -1,4 +1,6 @@
|
||||
#![forbid(unsafe_code)]
|
||||
#![allow(clippy::nonstandard_macro_braces)]
|
||||
|
||||
use crate::{
|
||||
domain::{
|
||||
handler::BackendHandler, sql_backend_handler::SqlBackendHandler, sql_tables::PoolOptions,
|
||||
|
||||
Reference in New Issue
Block a user