remove ItemLikeVisitor and DeepVisitor
Signed-off-by: Miguel Guarniz <mi9uel9@gmail.com>
This commit is contained in:
parent
0b7dd95475
commit
93616dd539
14 changed files with 15 additions and 113 deletions
|
@ -452,7 +452,7 @@ impl<'a, 'tcx> EncodeContext<'a, 'tcx> {
|
|||
return;
|
||||
}
|
||||
|
||||
self.tcx.hir().visit_all_item_likes(&mut self.as_deep_visitor());
|
||||
self.tcx.hir().visit_all_item_likes(self);
|
||||
}
|
||||
|
||||
fn encode_def_path_table(&mut self) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue