1
Fork 0

update lints

This commit is contained in:
Oliver Schneider 2016-03-24 11:02:28 +01:00
parent 76ab801001
commit e7013a3e9c
3 changed files with 4 additions and 2 deletions

View file

@ -267,6 +267,7 @@ pub fn plugin_registrar(reg: &mut Registry) {
blacklisted_name::BLACKLISTED_NAME,
block_in_if_condition::BLOCK_IN_IF_CONDITION_EXPR,
block_in_if_condition::BLOCK_IN_IF_CONDITION_STMT,
booleans::LOGIC_BUG,
booleans::NONMINIMAL_BOOL,
collapsible_if::COLLAPSIBLE_IF,
copies::IF_SAME_THEN_ELSE,