Skip to content

Commit 1719971

Browse files
committed
remove trailing whitespace from comment block
1 parent 5aac7a5 commit 1719971

File tree

1 file changed

+4
-4
lines changed
  • src/librustc/infer/region_inference

1 file changed

+4
-4
lines changed

src/librustc/infer/region_inference/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ pub struct RegionVarBindings<'a, 'gcx: 'a+'tcx, 'tcx: 'a> {
188188
/// checker. Here at least one of `A` and `B` must be a region
189189
/// variable.
190190
///
191-
/// Using `BTreeMap` because the order in which we iterate over
192-
/// these constraints can affect the way we build the region graph,
193-
/// which in turn affects the way that region errors are reported,
194-
/// leading to small variations in error output across runs and
191+
/// Using `BTreeMap` because the order in which we iterate over
192+
/// these constraints can affect the way we build the region graph,
193+
/// which in turn affects the way that region errors are reported,
194+
/// leading to small variations in error output across runs and
195195
/// platforms.
196196
constraints: RefCell<BTreeMap<Constraint<'tcx>, SubregionOrigin<'tcx>>>,
197197

0 commit comments

Comments
 (0)