Skip to content

Commit 205eba8

Browse files
authored
pacify the mercilous tidy
1 parent b57ca9d commit 205eba8

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_mir/borrow_check/nll/region_infer

1 file changed

+2
-2
lines changed

src/librustc_mir/borrow_check/nll/region_infer/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,10 @@ impl<'tcx> RegionInferenceContext<'tcx> {
467467
let mut inferred_values = self.liveness_constraints.clone();
468468

469469
let dependency_map = self.build_dependency_map();
470-
470+
471471
// Constraints that may need to be repropagated (initially all):
472472
let mut dirty_list: Vec<_> = (0..self.constraints.len()).collect();
473-
473+
474474
// Set to 0 for each constraint that is on the dirty list:
475475
let mut clean_bit_vec = BitVector::new(dirty_list.len());
476476

0 commit comments

Comments
 (0)