mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 09:36:06 +00:00
update_lints.sh has a different opinion on ordering things
This commit is contained in:
parent
b4d70c9420
commit
c9d9619eed
@ -420,9 +420,9 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
|
||||
let_if_seq::USELESS_LET_IF_SEQ,
|
||||
lifetimes::NEEDLESS_LIFETIMES,
|
||||
lifetimes::UNUSED_LIFETIMES,
|
||||
literal_digit_grouping::UNREADABLE_LITERAL,
|
||||
literal_digit_grouping::INCONSISTENT_DIGIT_GROUPING,
|
||||
literal_digit_grouping::LARGE_DIGIT_GROUPS,
|
||||
literal_digit_grouping::UNREADABLE_LITERAL,
|
||||
loops::EMPTY_LOOP,
|
||||
loops::EXPLICIT_COUNTER_LOOP,
|
||||
loops::EXPLICIT_INTO_ITER_LOOP,
|
||||
|
Loading…
Reference in New Issue
Block a user