1
Fork 0

Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot

Fix dupe word typos
This commit is contained in:
Yuki Okushi 2022-12-06 12:48:52 +09:00 committed by GitHub
commit fa7d3ec630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -1927,7 +1927,7 @@ impl<'a: 'ast, 'b, 'ast> LateResolutionVisitor<'a, 'b, 'ast> {
// We have a single lifetime => success.
elision_lifetime = Elision::Param(res)
} else {
// We have have multiple lifetimes => error.
// We have multiple lifetimes => error.
elision_lifetime = Elision::Err;
}
}