Rollup merge of #121495 - cuishuang:master, r=clubby789
remove repetitive words
This commit is contained in:
commit
15b77953d7
5 changed files with 10 additions and 10 deletions
|
@ -139,7 +139,7 @@ pub enum SelectionCandidate<'tcx> {
|
|||
/// generated for an `async ||` expression.
|
||||
AsyncClosureCandidate,
|
||||
|
||||
/// Implementation of the the `AsyncFnKindHelper` helper trait, which
|
||||
/// Implementation of the `AsyncFnKindHelper` helper trait, which
|
||||
/// is used internally to delay computation for async closures until after
|
||||
/// upvar analysis is performed in HIR typeck.
|
||||
AsyncFnKindHelperCandidate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue