mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 15:49:27 +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.
|
// Set the resulting `Future(_)` back to pin.
|
||||||
this.set(inner);
|
this.set(inner);
|
||||||
|
|
||||||
// poll self again, this time
|
// Poll `self`. This time another brunch will be executed, returning `Poll`.
|
||||||
self.poll(cx)
|
self.poll(cx)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue