mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-01 06:04:31 +01:00
Allow suspicious_else_formatting
This is probably unfixable because it is caused by macros
This commit is contained in:
parent
bd6507eafb
commit
6309506a48
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#![allow(clippy::suspicious_else_formatting)]
|
||||
pub mod appservice_server;
|
||||
pub mod client_server;
|
||||
mod database;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#![warn(rust_2018_idioms)]
|
||||
#![allow(clippy::suspicious_else_formatting)]
|
||||
|
||||
pub mod appservice_server;
|
||||
pub mod client_server;
|
||||
|
|
Loading…
Reference in a new issue