running update lints script
This commit is contained in:
@@ -542,8 +542,8 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
|
||||
len_zero::LEN_WITHOUT_IS_EMPTY,
|
||||
len_zero::LEN_ZERO,
|
||||
let_if_seq::USELESS_LET_IF_SEQ,
|
||||
lifetimes::NEEDLESS_LIFETIMES,
|
||||
lifetimes::EXTRA_UNUSED_LIFETIMES,
|
||||
lifetimes::NEEDLESS_LIFETIMES,
|
||||
literal_representation::INCONSISTENT_DIGIT_GROUPING,
|
||||
literal_representation::LARGE_DIGIT_GROUPS,
|
||||
literal_representation::UNREADABLE_LITERAL,
|
||||
@@ -785,8 +785,8 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
|
||||
identity_conversion::IDENTITY_CONVERSION,
|
||||
identity_op::IDENTITY_OP,
|
||||
int_plus_one::INT_PLUS_ONE,
|
||||
lifetimes::NEEDLESS_LIFETIMES,
|
||||
lifetimes::EXTRA_UNUSED_LIFETIMES,
|
||||
lifetimes::NEEDLESS_LIFETIMES,
|
||||
loops::EXPLICIT_COUNTER_LOOP,
|
||||
loops::MUT_RANGE_BOUND,
|
||||
loops::WHILE_LET_LOOP,
|
||||
|
||||
Reference in New Issue
Block a user