Skip to content

Commit ac6ea44

Browse files
committed
placate tidy in mir::dataflow.
1 parent a82676e commit ac6ea44

File tree

1 file changed

+2
-3
lines changed
  • src/librustc_borrowck/borrowck/mir/dataflow

1 file changed

+2
-3
lines changed

src/librustc_borrowck/borrowck/mir/dataflow/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,8 @@ impl<'b, 'a: 'b, 'tcx: 'a, BD> PropagationContext<'b, 'a, 'tcx, BD>
121121
in_out.union(sets.gen_set);
122122
in_out.subtract(sets.kill_set);
123123
}
124-
builder.propagate_bits_into_graph_successors_of(in_out,
125-
&mut self.changed,
126-
(repr::BasicBlock::new(bb_idx), bb_data));
124+
builder.propagate_bits_into_graph_successors_of(
125+
in_out, &mut self.changed, (repr::BasicBlock::new(bb_idx), bb_data));
127126
}
128127
}
129128
}

0 commit comments

Comments
 (0)