Apply requested changes

This commit is contained in:
flip1995
2018-01-23 15:29:31 +01:00
parent d7677fb2b6
commit 600147926b
9 changed files with 77 additions and 75 deletions

View File

@@ -488,7 +488,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
literal_representation::INCONSISTENT_DIGIT_GROUPING,
literal_representation::LARGE_DIGIT_GROUPS,
literal_representation::UNREADABLE_LITERAL,
literal_representation::BAD_LITERAL_REPRESENTATION,
literal_representation::DECIMAL_LITERAL_REPRESENTATION,
loops::EMPTY_LOOP,
loops::EXPLICIT_COUNTER_LOOP,
loops::EXPLICIT_INTO_ITER_LOOP,