mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 11:43:57 +01:00
Satisfy rustfmt
This commit is contained in:
parent
957c997161
commit
109a5d89ab
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ pub trait Request: HasPayload {
|
||||||
* use it before it's integrated in async/await
|
* use it before it's integrated in async/await
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/// The type of an error that may happen while sending a request to Telegram.
|
/// The type of an error that may happen while sending a request to
|
||||||
|
/// Telegram.
|
||||||
type Err: std::error::Error + Send;
|
type Err: std::error::Error + Send;
|
||||||
|
|
||||||
/// The type of the future returned by the [`send`](Request::send) method.
|
/// The type of the future returned by the [`send`](Request::send) method.
|
||||||
|
|
Loading…
Reference in a new issue