Fix needless_lifetimes in stable_mir
This commit is contained in:
parent
fd1f8aa05d
commit
8918a9d265
@ -76,9 +76,9 @@ fn visit_place(&mut self, place: &Place, ptx: PlaceContext, location: Location)
|
|||||||
self.super_place(place, ptx, location)
|
self.super_place(place, ptx, location)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn visit_projection_elem<'a>(
|
fn visit_projection_elem(
|
||||||
&mut self,
|
&mut self,
|
||||||
place_ref: PlaceRef<'a>,
|
place_ref: PlaceRef<'_>,
|
||||||
elem: &ProjectionElem,
|
elem: &ProjectionElem,
|
||||||
ptx: PlaceContext,
|
ptx: PlaceContext,
|
||||||
location: Location,
|
location: Location,
|
||||||
|
Loading…
Reference in New Issue
Block a user