Merge commit '51d49c1ae2' into clippy-subtree-update

This commit is contained in:
Philipp Krones 2025-01-28 19:22:55 +01:00
parent c5196736b2
commit 9da9ddb7db
273 changed files with 5679 additions and 795 deletions

View file

@ -135,7 +135,7 @@ impl<'tcx> LateLintPass<'tcx> for MissingInline {
| hir::ItemKind::ForeignMod { .. }
| hir::ItemKind::Impl { .. }
| hir::ItemKind::Use(..) => {},
};
}
}
fn check_impl_item(&mut self, cx: &LateContext<'tcx>, impl_item: &'tcx hir::ImplItem<'_>) {