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
|
@ -199,7 +199,8 @@ impl<'a, 'tcx> CfgSimplifier<'a, 'tcx> {
|
|||
let last = current;
|
||||
*start = last;
|
||||
while let Some((current, mut terminator)) = terminators.pop() {
|
||||
let Terminator { kind: TerminatorKind::Goto { ref mut target }, .. } = terminator else {
|
||||
let Terminator { kind: TerminatorKind::Goto { ref mut target }, .. } = terminator
|
||||
else {
|
||||
unreachable!();
|
||||
};
|
||||
*changed |= *target != last;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue