1
Fork 0

fix dupe word typos

This commit is contained in:
Rageking8 2022-12-05 16:42:36 +08:00
parent b9341bfdb1
commit 58110572fb
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;
}
}