Removed various double spaces in compiler source comments.
This commit is contained in:
parent
44a500c8c1
commit
da3623abab
6 changed files with 6 additions and 6 deletions
|
@ -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| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue