Rename in preparation for moving the async
printing out of CoroutineSource
This commit is contained in:
parent
af8a998b1e
commit
92b41eeee6
7 changed files with 8 additions and 8 deletions
|
@ -1568,7 +1568,7 @@ impl CoroutineSource {
|
|||
match self {
|
||||
CoroutineSource::Block => "`async` block",
|
||||
CoroutineSource::Closure => "`async` closure body",
|
||||
CoroutineSource::Fn => "`async fn` body",
|
||||
CoroutineSource::Fn => "`async` fn body",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue