Update src/bot/auto_send.rs

Co-authored-by: Temirkhan Myrzamadi <hirrolot@gmail.com>
This commit is contained in:
Waffle Lapkin 2020-10-01 21:11:28 +03:00 committed by GitHub
parent a7066e5e11
commit 269859eba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ impl<R: Request> Future for AutoRequest<R> {
// Set the resulting `Future(_)` back to pin.
this.set(inner);
// poll self again, this time
// Poll `self`. This time another brunch will be executed, returning `Poll`.
self.poll(cx)
}
}