allow by default

This commit is contained in:
Oliver 'ker' Schneider
2016-06-16 18:37:56 +02:00
parent af98a7ce52
commit e628e4d513
4 changed files with 19 additions and 4 deletions

View File

@@ -263,6 +263,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
array_indexing::INDEXING_SLICING,
booleans::NONMINIMAL_BOOL,
enum_glob_use::ENUM_GLOB_USE,
enum_variants::STUTTER,
if_not_else::IF_NOT_ELSE,
items_after_statements::ITEMS_AFTER_STATEMENTS,
matches::SINGLE_MATCH_ELSE,