Fix comment for async closure variant
This commit is contained in:
parent
7f9e013ba6
commit
85e688e4c3
1 changed files with 1 additions and 1 deletions
|
@ -1441,7 +1441,7 @@ pub enum AsyncGeneratorKind {
|
|||
/// An explicit `async` block written by the user.
|
||||
Block,
|
||||
|
||||
/// An explicit `async` block written by the user.
|
||||
/// An explicit `async` closure written by the user.
|
||||
Closure,
|
||||
|
||||
/// The `async` block generated as the body of an async function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue