This continue is not needed

This commit is contained in:
Santiago Pastorino 2019-04-26 22:18:59 +02:00
parent 08bfe16129
commit a0f4914ccb

View file

@ -1831,7 +1831,6 @@ impl<'cx, 'gcx, 'tcx> MirBorrowckCtxt<'cx, 'gcx, 'tcx> {
}
place = base;
continue;
}
}
}