Fix typos

This commit is contained in:
omahs
2025-05-12 11:15:46 +02:00
parent ac9ac0e0f3
commit 1caaa88700
17 changed files with 23 additions and 23 deletions

View File

@@ -945,7 +945,7 @@ where
// This is quite similar to the `projection_may_match` we use in unsizing,
// but here we want to unify a projection predicate against an alias term
// so we can replace it with the the projection predicate's term.
// so we can replace it with the projection predicate's term.
let mut matching_projections = replacements
.iter()
.filter(|source_projection| self.projection_may_match(**source_projection, alias_term));