Skip to content

Commit 44b6668

Browse files
authored
Adjust comment spacing
I suspect the lines would be long for tidy.
1 parent da545ce commit 44b6668

File tree

1 file changed

+4
-3
lines changed
  • src/librustc_mir/borrow_check/nll/region_infer

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,10 @@ impl<'tcx> RegionInferenceContext<'tcx> {
507507
self.inferred_values = Some(inferred_values);
508508
}
509509

510-
/// Builds up a map from each region variable X to a vector with the indices of constraints that
511-
/// need to be re-evaluated when X changes. These are constraints like Y: X @ P -- so if X
512-
/// changed, we may need to grow Y.
510+
/// Builds up a map from each region variable X to a vector with the
511+
/// indices of constraints that need to be re-evaluated when X changes.
512+
/// These are constraints like Y: X @ P -- so if X changed, we may
513+
/// need to grow Y.
513514
fn build_dependency_map(&self) -> HashMap<RegionVid, Vec<usize>> {
514515
let mut map = HashMap::new();
515516

0 commit comments

Comments
 (0)