Merge commit '51d49c1ae2' into clippy-subtree-update
This commit is contained in:
parent
c5196736b2
commit
9da9ddb7db
273 changed files with 5679 additions and 795 deletions
|
|
@ -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<'_>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue