Re-format let-else per rustfmt update
This commit is contained in:
parent
67b0cfc761
commit
cc907f80b9
162 changed files with 1404 additions and 947 deletions
|
@ -176,9 +176,7 @@ pub fn dominators<G: ControlFlowGraph>(graph: &G) -> Dominators<G::Node> {
|
|||
//
|
||||
// ...this may be the case if a MirPass modifies the CFG to remove
|
||||
// or rearrange certain blocks/edges.
|
||||
let Some(v) = real_to_pre_order[v] else {
|
||||
continue
|
||||
};
|
||||
let Some(v) = real_to_pre_order[v] else { continue };
|
||||
|
||||
// eval returns a vertex x from which semi[x] is minimum among
|
||||
// vertices semi[v] +> x *> v.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue