diff --git a/src/librustc/infer/outlives/env.rs b/src/librustc/infer/outlives/env.rs index f7d94b47d7d..85e269b6972 100644 --- a/src/librustc/infer/outlives/env.rs +++ b/src/librustc/infer/outlives/env.rs @@ -162,9 +162,8 @@ impl<'a, 'gcx: 'tcx, 'tcx: 'a> OutlivesEnvironment<'tcx> { ) where I: IntoIterator>, { - // But also record other relationships, such as `T:'x`, - // that don't go into the free-region-map but which we use - // here. + // Record relationships such as `T:'x` that don't go into the + // free-region-map but which we use here. for outlives_bound in outlives_bounds { debug!("add_outlives_bounds: outlives_bound={:?}", outlives_bound); match outlives_bound {