File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ use syntax_pos::Span;
34
34
/// ```
35
35
declare_clippy_lint ! {
36
36
pub MULTIPLE_INHERENT_IMPL ,
37
- pedantic ,
37
+ restriction ,
38
38
"Multiple inherent impl that could be grouped"
39
39
}
40
40
Original file line number Diff line number Diff line change @@ -426,6 +426,7 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
426
426
array_indexing:: INDEXING_SLICING ,
427
427
assign_ops:: ASSIGN_OPS ,
428
428
else_if_without_else:: ELSE_IF_WITHOUT_ELSE ,
429
+ inherent_impl:: MULTIPLE_INHERENT_IMPL ,
429
430
literal_representation:: DECIMAL_LITERAL_REPRESENTATION ,
430
431
mem_forget:: MEM_FORGET ,
431
432
methods:: CLONE_ON_REF_PTR ,
@@ -454,7 +455,6 @@ pub fn register_plugins(reg: &mut rustc_plugin::Registry) {
454
455
enum_variants:: STUTTER ,
455
456
if_not_else:: IF_NOT_ELSE ,
456
457
infinite_iter:: MAYBE_INFINITE_ITER ,
457
- inherent_impl:: MULTIPLE_INHERENT_IMPL ,
458
458
items_after_statements:: ITEMS_AFTER_STATEMENTS ,
459
459
matches:: SINGLE_MATCH_ELSE ,
460
460
methods:: FILTER_MAP ,
You can’t perform that action at this time.
0 commit comments