1
Fork 0

Fix clippy and comment

This commit is contained in:
Esteban Küber 2021-01-21 16:48:17 -08:00
parent 8c5dafdcb8
commit 7698807770
5 changed files with 7 additions and 7 deletions

View file

@ -2268,7 +2268,7 @@ impl<'a: 'ast, 'b, 'ast> LateResolutionVisitor<'a, 'b, 'ast> {
ExprKind::Break(None, Some(ref e)) => {
// We use this instead of `visit::walk_expr` to keep the parent expr around for
// better
// better diagnostics.
self.resolve_expr(e, Some(&expr));
}