fix rebase
This commit is contained in:
parent
2b35247d7a
commit
500504c0bd
@ -148,10 +148,8 @@ struct TypeParamSpanVisitor<'tcx> {
|
||||
impl Visitor<'tcx> for TypeParamSpanVisitor<'tcx> {
|
||||
type Map = hir::intravisit::Map<'tcx>;
|
||||
|
||||
fn nested_visit_map<'this>(
|
||||
&'this mut self,
|
||||
) -> hir::intravisit::NestedVisitorMap<'this, Self::Map> {
|
||||
hir::intravisit::NestedVisitorMap::OnlyBodies(&self.tcx.hir())
|
||||
fn nested_visit_map(&mut self) -> hir::intravisit::NestedVisitorMap<Self::Map> {
|
||||
hir::intravisit::NestedVisitorMap::OnlyBodies(self.tcx.hir())
|
||||
}
|
||||
|
||||
fn visit_ty(&mut self, arg: &'tcx hir::Ty<'tcx>) {
|
||||
|
Loading…
Reference in New Issue
Block a user