Fix needless_lifetimes in stable_mir
This commit is contained in:
parent
fd1f8aa05d
commit
8918a9d265
1 changed files with 2 additions and 2 deletions
|
@ -76,9 +76,9 @@ pub trait MirVisitor {
|
||||||
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…
Add table
Reference in a new issue