mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
fmt
This commit is contained in:
parent
1cd78a3355
commit
cc6ba84c40
2 changed files with 21 additions and 11 deletions
|
@ -275,7 +275,7 @@ impl Expr {
|
|||
f(arm.expr);
|
||||
}
|
||||
}
|
||||
Expr::Continue { .. } => {},
|
||||
Expr::Continue { .. } => {}
|
||||
Expr::Break { expr, .. } | Expr::Return { expr } => {
|
||||
if let Some(expr) = expr {
|
||||
f(*expr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue