mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 06:47:34 +00:00
pacify the mercilous tidy
This commit is contained in:
parent
b57ca9d97f
commit
205eba83e2
@ -467,10 +467,10 @@ impl<'tcx> RegionInferenceContext<'tcx> {
|
||||
let mut inferred_values = self.liveness_constraints.clone();
|
||||
|
||||
let dependency_map = self.build_dependency_map();
|
||||
|
||||
|
||||
// Constraints that may need to be repropagated (initially all):
|
||||
let mut dirty_list: Vec<_> = (0..self.constraints.len()).collect();
|
||||
|
||||
|
||||
// Set to 0 for each constraint that is on the dirty list:
|
||||
let mut clean_bit_vec = BitVector::new(dirty_list.len());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user