Fix tidy
This commit is contained in:
parent
9ccac2a8fb
commit
e0249ad800
@ -82,7 +82,10 @@ struct TempCollector<'tcx> {
|
||||
}
|
||||
|
||||
impl<'tcx> Visitor<'tcx> for TempCollector<'tcx> {
|
||||
fn visit_lvalue(&mut self, lvalue: &Lvalue<'tcx>, context: LvalueContext<'tcx>, location: Location) {
|
||||
fn visit_lvalue(&mut self,
|
||||
lvalue: &Lvalue<'tcx>,
|
||||
context: LvalueContext<'tcx>,
|
||||
location: Location) {
|
||||
self.super_lvalue(lvalue, context, location);
|
||||
if let Lvalue::Local(index) = *lvalue {
|
||||
// We're only interested in temporaries
|
||||
|
Loading…
x
Reference in New Issue
Block a user