clippy: allow blocks_in_if_conditions everywhere
This commit is contained in:
parent
7a10767fed
commit
722f549ffd
2 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,8 @@
|
|||
//! # }
|
||||
//! ```
|
||||
|
||||
#![allow(clippy::blocks_in_if_conditions)]
|
||||
|
||||
use std::fmt;
|
||||
use std::fmt::Write as FmtWrite;
|
||||
use std::io;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue