diff options
| author | Yuki Okushi <huyuumi.dev+love@gmail.com> | 2022-12-06 12:48:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-06 12:48:52 +0900 |
| commit | fa7d3ec630fddf8530e3e7ca8f46d80187cace98 (patch) | |
| tree | 275419c9f309990128cee81c604c35ebc3e3bc8d /compiler/rustc_resolve/src | |
| parent | f04454d4c8d2c283b2d2ae9b71cad347fdebc42b (diff) | |
| parent | 58110572fb23e0ad1944bdf3d8cdb3f84cb91aa2 (diff) | |
| download | rust-fa7d3ec630fddf8530e3e7ca8f46d80187cace98.tar.gz rust-fa7d3ec630fddf8530e3e7ca8f46d80187cace98.zip | |
Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot
Fix dupe word typos
Diffstat (limited to 'compiler/rustc_resolve/src')
| -rw-r--r-- | compiler/rustc_resolve/src/late.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_resolve/src/late.rs b/compiler/rustc_resolve/src/late.rs index fc9c9334aea..cf3e5946053 100644 --- a/compiler/rustc_resolve/src/late.rs +++ b/compiler/rustc_resolve/src/late.rs @@ -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; } } |
