From 109a5d89ab07575f4b926887a9b06b04e72173cd Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Wed, 23 Dec 2020 23:45:56 +0600 Subject: [PATCH] Satisfy rustfmt --- src/requests/request.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/requests/request.rs b/src/requests/request.rs index a1450837..abc48fa1 100644 --- a/src/requests/request.rs +++ b/src/requests/request.rs @@ -23,7 +23,8 @@ pub trait Request: HasPayload { * 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; /// The type of the future returned by the [`send`](Request::send) method.