coalesce lint suggestions that can intersect
This commit is contained in:
parent
f93df1f7dc
commit
e2120a7c38
8 changed files with 572 additions and 161 deletions
|
@ -245,7 +245,7 @@ late_lint_methods!(
|
|||
NonLocalDefinitions: NonLocalDefinitions::default(),
|
||||
ImplTraitOvercaptures: ImplTraitOvercaptures,
|
||||
TailExprDropOrder: TailExprDropOrder,
|
||||
IfLetRescope: IfLetRescope,
|
||||
IfLetRescope: IfLetRescope::default(),
|
||||
]
|
||||
]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue