1
Fork 0

Rename in preparation for moving the async printing out of CoroutineSource

This commit is contained in:
Oli Scherer 2023-10-25 16:26:36 +00:00
parent af8a998b1e
commit 92b41eeee6
7 changed files with 8 additions and 8 deletions

View file

@ -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",
}
}
}