Small enhancements

This commit is contained in:
Temirkhan Myrzamadi 2021-02-15 16:46:31 +06:00
parent 3485acb2b4
commit 3129d709fe
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
format_code_in_doc_comments = true
wrap_comments = true
format_strings = true
merge_imports = true
imports_granularity = "Crate"
use_field_init_shorthand = true

View file

@ -24,7 +24,7 @@ pub enum InputSticker {
/// TGS animation with the sticker, uploaded using multipart/form-data.
///
/// See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements
/// See <https://core.telegram.org/animated_stickers#technical-requirements> for technical requirements
#[serde(rename = "tgs_sticker")]
Tgs(InputFile),
}