Removed various double spaces in compiler source comments.

This commit is contained in:
André Vennberg 2023-01-14 17:34:59 +01:00
parent 44a500c8c1
commit da3623abab
6 changed files with 6 additions and 6 deletions

View file

@ -308,7 +308,7 @@ pub fn normalize_param_env_or_error<'tcx>(
// the `TypeOutlives` predicates first inside the unnormalized parameter environment, and
// then we normalize the `TypeOutlives` bounds inside the normalized parameter environment.
//
// This works fairly well because trait matching does not actually care about param-env
// This works fairly well because trait matching does not actually care about param-env
// TypeOutlives predicates - these are normally used by regionck.
let outlives_predicates: Vec<_> = predicates
.drain_filter(|predicate| {