mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-22 20:03:37 +00:00
Nit
This commit is contained in:
parent
37ebd47ddb
commit
241ec5b3b3
@ -279,9 +279,7 @@ impl Direction for Backward {
|
||||
|
||||
analysis.apply_switch_int_edge_effects(pred, discr, &mut applier);
|
||||
|
||||
let BackwardSwitchIntEdgeEffectsApplier { effects_applied, .. } = applier;
|
||||
|
||||
if !effects_applied {
|
||||
if !applier.effects_applied {
|
||||
propagate(pred, exit_state)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user