Clarify a comment

This commit is contained in:
teor 2021-04-07 18:56:38 +10:00 committed by GitHub
parent 2ace597da1
commit de6d1c93f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ impl<K, S: Service<Req>, Req> Future for UnreadyService<K, S, Req> {
// `Poll::Pending`. // `Poll::Pending`.
// //
//`ready!` returns `Poll::Pending` when the service is unready, and //`ready!` returns `Poll::Pending` when the service is unready, and
// schedules this task for wakeup. // the inner `poll_ready` schedules this task for wakeup.
// //
// `cancel.poll` also schedules this task for wakeup if it is canceled. // `cancel.poll` also schedules this task for wakeup if it is canceled.
let res = ready!(this let res = ready!(this