Fix clippy and comment
This commit is contained in:
parent
8c5dafdcb8
commit
7698807770
5 changed files with 7 additions and 7 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue