Rustup
This commit is contained in:
@@ -543,7 +543,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
|
||||
len_zero::LEN_ZERO,
|
||||
let_if_seq::USELESS_LET_IF_SEQ,
|
||||
lifetimes::NEEDLESS_LIFETIMES,
|
||||
lifetimes::UNUSED_LIFETIMES,
|
||||
lifetimes::EXTRA_UNUSED_LIFETIMES,
|
||||
literal_representation::INCONSISTENT_DIGIT_GROUPING,
|
||||
literal_representation::LARGE_DIGIT_GROUPS,
|
||||
literal_representation::UNREADABLE_LITERAL,
|
||||
@@ -786,7 +786,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
|
||||
identity_op::IDENTITY_OP,
|
||||
int_plus_one::INT_PLUS_ONE,
|
||||
lifetimes::NEEDLESS_LIFETIMES,
|
||||
lifetimes::UNUSED_LIFETIMES,
|
||||
lifetimes::EXTRA_UNUSED_LIFETIMES,
|
||||
loops::EXPLICIT_COUNTER_LOOP,
|
||||
loops::MUT_RANGE_BOUND,
|
||||
loops::WHILE_LET_LOOP,
|
||||
|
||||
Reference in New Issue
Block a user