mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Update src/bot/auto_send.rs
Co-authored-by: Temirkhan Myrzamadi <hirrolot@gmail.com>
This commit is contained in:
parent
a7066e5e11
commit
269859eba9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue