Skip to content

Commit 2191ec9

Browse files
committed
should_impl_trait - allow too_many_lines lint
1 parent 166c520 commit 2191ec9

File tree

1 file changed

+1
-0
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-0
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,7 @@ impl<'tcx> LateLintPass<'tcx> for Methods {
14701470
}
14711471
}
14721472

1473+
#[allow(clippy::too_many_lines)]
14731474
fn check_impl_item(&mut self, cx: &LateContext<'tcx>, impl_item: &'tcx hir::ImplItem<'_>) {
14741475
if in_external_macro(cx.sess(), impl_item.span) {
14751476
return;

0 commit comments

Comments
 (0)