From e3d31ccf977c20e34e3308e66cf4312b31cda57f Mon Sep 17 00:00:00 2001 From: nextel Date: Tue, 8 Oct 2019 18:37:12 +0300 Subject: [PATCH] cargo fmt to add document action --- src/requests/send_document.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/requests/send_document.rs b/src/requests/send_document.rs index e578f003..3fc2c992 100644 --- a/src/requests/send_document.rs +++ b/src/requests/send_document.rs @@ -5,7 +5,6 @@ use async_trait::async_trait; // TODO: add method to bot/api - ///Use this method to send general files. On success, the sent Message is /// returned. Bots can currently send files of any type of up to 50 MB in size, /// this limit may be changed in the future.