1
Fork 0

fix small word dupe typos

This commit is contained in:
Rageking8 2022-10-13 00:12:19 +08:00
parent 50f6d337c6
commit d1982bd0af
17 changed files with 21 additions and 21 deletions

View file

@ -1283,7 +1283,7 @@ impl<'tcx> InferCtxt<'tcx> {
assert!(old_value.is_none());
}
/// Process the region constraints and return any any errors that
/// Process the region constraints and return any errors that
/// result. After this, no more unification operations should be
/// done -- or the compiler will panic -- but it is legal to use
/// `resolve_vars_if_possible` as well as `fully_resolve`.