Visit ItemKind::Impl for dead code lint
This commit is contained in:
parent
33ef0bad21
commit
b3011dd711
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ impl<'a, 'tcx> MarkSymbolVisitor<'a, 'tcx> {
|
|||
| hir::ItemKind::Ty(..)
|
||||
| hir::ItemKind::Static(..)
|
||||
| hir::ItemKind::Existential(..)
|
||||
| hir::ItemKind::Impl(..)
|
||||
| hir::ItemKind::Const(..) => {
|
||||
intravisit::walk_item(self, &item);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue