conogram 0.2.19

An async wrapper for Telegram Bot API
Documentation
Build #2207248 2025-06-08 03:58:51

# rustc version rustc 1.89.0-nightly (cdd545be1 2025-06-07)

# docs.rs version docsrs 0.6.0 (d2911047 2025-05-28)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/conogram-0.2.19/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/conogram-0.2.19/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250607-1.89.0-nightly-cdd545be1\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cfcd088133f7f7fbe8b51901489aba282ce639cc7ef1065a2fbf40aaa2400f9a [INFO] running `Command { std: "docker" "start" "-a" "cfcd088133f7f7fbe8b51901489aba282ce639cc7ef1065a2fbf40aaa2400f9a", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/add_sticker_to_set.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 104 | ) -> AddStickerToSetRequest { [INFO] [stderr] | ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 104 | ) -> AddStickerToSetRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/answer_callback_query.rs:110:9 [INFO] [stderr] | [INFO] [stderr] 110 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 111 | callback_query_id: impl Into<String>, [INFO] [stderr] 112 | ) -> AnswerCallbackQueryRequest { [INFO] [stderr] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 112 | ) -> AnswerCallbackQueryRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/answer_inline_query.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 132 | ) -> AnswerInlineQueryRequest { [INFO] [stderr] | ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 132 | ) -> AnswerInlineQueryRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/answer_pre_checkout_query.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 87 | ) -> AnswerPreCheckoutQueryRequest { [INFO] [stderr] | ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 87 | ) -> AnswerPreCheckoutQueryRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/answer_shipping_query.rs:96:9 [INFO] [stderr] | [INFO] [stderr] 96 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 99 | ) -> AnswerShippingQueryRequest { [INFO] [stderr] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 99 | ) -> AnswerShippingQueryRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/answer_web_app_query.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 83 | ) -> AnswerWebAppQueryRequest { [INFO] [stderr] | ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 83 | ) -> AnswerWebAppQueryRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/approve_chat_join_request.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 76 | ) -> ApproveChatJoinRequestRequest { [INFO] [stderr] | ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 76 | ) -> ApproveChatJoinRequestRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/ban_chat_member.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 96 | ) -> BanChatMemberRequest { [INFO] [stderr] | -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 96 | ) -> BanChatMemberRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/ban_chat_sender_chat.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 76 | ) -> BanChatSenderChatRequest { [INFO] [stderr] | ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 76 | ) -> BanChatSenderChatRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/close.rs:49:24 [INFO] [stderr] | [INFO] [stderr] 49 | pub const fn close(&self) -> CloseRequest { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 49 | pub const fn close(&self) -> CloseRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/close_forum_topic.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 80 | ) -> CloseForumTopicRequest { [INFO] [stderr] | ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 80 | ) -> CloseForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/close_general_forum_topic.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 65 | chat_id: impl Into<ChatId>, [INFO] [stderr] 66 | ) -> CloseGeneralForumTopicRequest { [INFO] [stderr] | ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> CloseGeneralForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/copy_message.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 203 | ) -> CopyMessageRequest { [INFO] [stderr] | ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 203 | ) -> CopyMessageRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/copy_messages.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 135 | ) -> CopyMessagesRequest { [INFO] [stderr] | ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 135 | ) -> CopyMessagesRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/create_chat_invite_link.rs:108:9 [INFO] [stderr] | [INFO] [stderr] 108 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 109 | chat_id: impl Into<ChatId>, [INFO] [stderr] 110 | ) -> CreateChatInviteLinkRequest { [INFO] [stderr] | --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 110 | ) -> CreateChatInviteLinkRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/create_chat_subscription_invite_link.rs:100:9 [INFO] [stderr] | [INFO] [stderr] 100 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 104 | ) -> CreateChatSubscriptionInviteLinkRequest { [INFO] [stderr] | --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 104 | ) -> CreateChatSubscriptionInviteLinkRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/create_forum_topic.rs:96:9 [INFO] [stderr] | [INFO] [stderr] 96 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 99 | ) -> CreateForumTopicRequest { [INFO] [stderr] | ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 99 | ) -> CreateForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/create_invoice_link.rs:284:9 [INFO] [stderr] | [INFO] [stderr] 284 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 290 | ) -> CreateInvoiceLinkRequest { [INFO] [stderr] | ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 290 | ) -> CreateInvoiceLinkRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/create_new_sticker_set.rs:133:9 [INFO] [stderr] | [INFO] [stderr] 133 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 138 | ) -> CreateNewStickerSetRequest { [INFO] [stderr] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 138 | ) -> CreateNewStickerSetRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/decline_chat_join_request.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 76 | ) -> DeclineChatJoinRequestRequest { [INFO] [stderr] | ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 76 | ) -> DeclineChatJoinRequestRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/delete_chat_photo.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn delete_chat_photo(&self, chat_id: impl Into<ChatId>) -> DeleteChatPhotoRequest { [INFO] [stderr] | ^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 63 | pub fn delete_chat_photo(&self, chat_id: impl Into<ChatId>) -> DeleteChatPhotoRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/delete_chat_sticker_set.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 65 | chat_id: impl Into<ChatId>, [INFO] [stderr] 66 | ) -> DeleteChatStickerSetRequest { [INFO] [stderr] | --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> DeleteChatStickerSetRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/delete_forum_topic.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 80 | ) -> DeleteForumTopicRequest { [INFO] [stderr] | ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 80 | ) -> DeleteForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/delete_message.rs:91:9 [INFO] [stderr] | [INFO] [stderr] 91 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 94 | ) -> DeleteMessageRequest { [INFO] [stderr] | -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 94 | ) -> DeleteMessageRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/delete_messages.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 80 | ) -> DeleteMessagesRequest { [INFO] [stderr] | --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 80 | ) -> DeleteMessagesRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/delete_my_commands.rs:74:31 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn delete_my_commands(&self) -> DeleteMyCommandsRequest { [INFO] [stderr] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 74 | pub fn delete_my_commands(&self) -> DeleteMyCommandsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/delete_sticker_from_set.rs:61:9 [INFO] [stderr] | [INFO] [stderr] 61 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 62 | sticker: impl Into<String>, [INFO] [stderr] 63 | ) -> DeleteStickerFromSetRequest { [INFO] [stderr] | --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 63 | ) -> DeleteStickerFromSetRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/delete_sticker_set.rs:58:31 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn delete_sticker_set(&self, name: impl Into<String>) -> DeleteStickerSetRequest { [INFO] [stderr] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 58 | pub fn delete_sticker_set(&self, name: impl Into<String>) -> DeleteStickerSetRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/delete_webhook.rs:64:27 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn delete_webhook(&self) -> DeleteWebhookRequest { [INFO] [stderr] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 64 | pub fn delete_webhook(&self) -> DeleteWebhookRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_chat_invite_link.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 120 | ) -> EditChatInviteLinkRequest { [INFO] [stderr] | ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 120 | ) -> EditChatInviteLinkRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_chat_subscription_invite_link.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 89 | ) -> EditChatSubscriptionInviteLinkRequest { [INFO] [stderr] | ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 89 | ) -> EditChatSubscriptionInviteLinkRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_forum_topic.rs:97:9 [INFO] [stderr] | [INFO] [stderr] 97 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 100 | ) -> EditForumTopicRequest { [INFO] [stderr] | --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 100 | ) -> EditForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_general_forum_topic.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 76 | ) -> EditGeneralForumTopicRequest { [INFO] [stderr] | ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 76 | ) -> EditGeneralForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_message_caption.rs:154:33 [INFO] [stderr] | [INFO] [stderr] 154 | pub fn edit_message_caption(&self) -> EditMessageCaptionRequest { [INFO] [stderr] | ^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 154 | pub fn edit_message_caption(&self) -> EditMessageCaptionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_message_live_location.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 171 | ) -> EditMessageLiveLocationRequest { [INFO] [stderr] | ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 171 | ) -> EditMessageLiveLocationRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_message_media.rs:131:31 [INFO] [stderr] | [INFO] [stderr] 131 | pub fn edit_message_media(&self, media: impl Into<InputMedia>) -> EditMessageMediaRequest { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 131 | pub fn edit_message_media(&self, media: impl Into<InputMedia>) -> EditMessageMediaRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_message_reply_markup.rs:109:38 [INFO] [stderr] | [INFO] [stderr] 109 | pub fn edit_message_reply_markup(&self) -> EditMessageReplyMarkupRequest { [INFO] [stderr] | ^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 109 | pub fn edit_message_reply_markup(&self) -> EditMessageReplyMarkupRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_message_text.rs:155:30 [INFO] [stderr] | [INFO] [stderr] 155 | pub fn edit_message_text(&self, text: impl Into<String>) -> EditMessageTextRequest { [INFO] [stderr] | ^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 155 | pub fn edit_message_text(&self, text: impl Into<String>) -> EditMessageTextRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/edit_user_star_subscription.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 91 | ) -> EditUserStarSubscriptionRequest { [INFO] [stderr] | ------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 91 | ) -> EditUserStarSubscriptionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/export_chat_invite_link.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 65 | chat_id: impl Into<ChatId>, [INFO] [stderr] 66 | ) -> ExportChatInviteLinkRequest { [INFO] [stderr] | --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> ExportChatInviteLinkRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/forward_message.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 121 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 125 | ) -> ForwardMessageRequest { [INFO] [stderr] | --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 125 | ) -> ForwardMessageRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/forward_messages.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 121 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 125 | ) -> ForwardMessagesRequest { [INFO] [stderr] | ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 125 | ) -> ForwardMessagesRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_available_gifts.rs:51:38 [INFO] [stderr] | [INFO] [stderr] 51 | pub const fn get_available_gifts(&self) -> GetAvailableGiftsRequest { [INFO] [stderr] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 51 | pub const fn get_available_gifts(&self) -> GetAvailableGiftsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_business_connection.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 65 | business_connection_id: impl Into<String>, [INFO] [stderr] 66 | ) -> GetBusinessConnectionRequest { [INFO] [stderr] | ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> GetBusinessConnectionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_chat.rs:66:21 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn get_chat(&self, chat_id: impl Into<ChatId>) -> GetChatRequest { [INFO] [stderr] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | pub fn get_chat(&self, chat_id: impl Into<ChatId>) -> GetChatRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_chat_administrators.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 68 | chat_id: impl Into<ChatId>, [INFO] [stderr] 69 | ) -> GetChatAdministratorsRequest { [INFO] [stderr] | ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 69 | ) -> GetChatAdministratorsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_chat_member.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 79 | ) -> GetChatMemberRequest { [INFO] [stderr] | -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 79 | ) -> GetChatMemberRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_chat_member_count.rs:63:34 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn get_chat_member_count(&self, chat_id: impl Into<ChatId>) -> GetChatMemberCountRequest { [INFO] [stderr] | ^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 63 | pub fn get_chat_member_count(&self, chat_id: impl Into<ChatId>) -> GetChatMemberCountRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_chat_menu_button.rs:64:33 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_chat_menu_button(&self) -> GetChatMenuButtonRequest { [INFO] [stderr] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_chat_menu_button(&self) -> GetChatMenuButtonRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_custom_emoji_stickers.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 71 | custom_emoji_ids: impl IntoIterator<Item = impl Into<String>>, [INFO] [stderr] 72 | ) -> GetCustomEmojiStickersRequest { [INFO] [stderr] | ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 72 | ) -> GetCustomEmojiStickersRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_file.rs:62:21 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn get_file(&self, file_id: impl Into<String>) -> GetFileRequest { [INFO] [stderr] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 62 | pub fn get_file(&self, file_id: impl Into<String>) -> GetFileRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_forum_topic_icon_stickers.rs:52:48 [INFO] [stderr] | [INFO] [stderr] 52 | pub const fn get_forum_topic_icon_stickers(&self) -> GetForumTopicIconStickersRequest { [INFO] [stderr] | ^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 52 | pub const fn get_forum_topic_icon_stickers(&self) -> GetForumTopicIconStickersRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_game_high_scores.rs:97:33 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn get_game_high_scores(&self, user_id: impl Into<i64>) -> GetGameHighScoresRequest { [INFO] [stderr] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 97 | pub fn get_game_high_scores(&self, user_id: impl Into<i64>) -> GetGameHighScoresRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_me.rs:51:25 [INFO] [stderr] | [INFO] [stderr] 51 | pub const fn get_me(&self) -> GetMeRequest { [INFO] [stderr] | ^^^^^ ------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 51 | pub const fn get_me(&self) -> GetMeRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_my_commands.rs:77:28 [INFO] [stderr] | [INFO] [stderr] 77 | pub fn get_my_commands(&self) -> GetMyCommandsRequest { [INFO] [stderr] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 77 | pub fn get_my_commands(&self) -> GetMyCommandsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_my_default_administrator_rights.rs:64:48 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_my_default_administrator_rights(&self) -> GetMyDefaultAdministratorRightsRequest { [INFO] [stderr] | ^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_my_default_administrator_rights(&self) -> GetMyDefaultAdministratorRightsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_my_description.rs:64:31 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_my_description(&self) -> GetMyDescriptionRequest { [INFO] [stderr] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_my_description(&self) -> GetMyDescriptionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_my_name.rs:64:24 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_my_name(&self) -> GetMyNameRequest { [INFO] [stderr] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_my_name(&self) -> GetMyNameRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_my_short_description.rs:64:37 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_my_short_description(&self) -> GetMyShortDescriptionRequest { [INFO] [stderr] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 64 | pub fn get_my_short_description(&self) -> GetMyShortDescriptionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_star_transactions.rs:74:34 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn get_star_transactions(&self) -> GetStarTransactionsRequest { [INFO] [stderr] | ^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 74 | pub fn get_star_transactions(&self) -> GetStarTransactionsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_sticker_set.rs:61:28 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn get_sticker_set(&self, name: impl Into<String>) -> GetStickerSetRequest { [INFO] [stderr] | ^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 61 | pub fn get_sticker_set(&self, name: impl Into<String>) -> GetStickerSetRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_updates.rs:98:24 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn get_updates(&self) -> GetUpdatesRequest { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 98 | pub fn get_updates(&self) -> GetUpdatesRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_user_chat_boosts.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 79 | ) -> GetUserChatBoostsRequest { [INFO] [stderr] | ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 79 | ) -> GetUserChatBoostsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_user_profile_photos.rs:83:36 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn get_user_profile_photos(&self, user_id: impl Into<i64>) -> GetUserProfilePhotosRequest { [INFO] [stderr] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 83 | pub fn get_user_profile_photos(&self, user_id: impl Into<i64>) -> GetUserProfilePhotosRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/get_webhook_info.rs:52:35 [INFO] [stderr] | [INFO] [stderr] 52 | pub const fn get_webhook_info(&self) -> GetWebhookInfoRequest { [INFO] [stderr] | ^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 52 | pub const fn get_webhook_info(&self) -> GetWebhookInfoRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/hide_general_forum_topic.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 65 | chat_id: impl Into<ChatId>, [INFO] [stderr] 66 | ) -> HideGeneralForumTopicRequest { [INFO] [stderr] | ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> HideGeneralForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/leave_chat.rs:63:23 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn leave_chat(&self, chat_id: impl Into<ChatId>) -> LeaveChatRequest { [INFO] [stderr] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 63 | pub fn leave_chat(&self, chat_id: impl Into<ChatId>) -> LeaveChatRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/log_out.rs:49:26 [INFO] [stderr] | [INFO] [stderr] 49 | pub const fn log_out(&self) -> LogOutRequest { [INFO] [stderr] | ^^^^^ ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 49 | pub const fn log_out(&self) -> LogOutRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/pin_chat_message.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 93 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 96 | ) -> PinChatMessageRequest { [INFO] [stderr] | --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 96 | ) -> PinChatMessageRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/promote_chat_member.rs:223:9 [INFO] [stderr] | [INFO] [stderr] 223 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 226 | ) -> PromoteChatMemberRequest { [INFO] [stderr] | ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 226 | ) -> PromoteChatMemberRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/refund_star_payment.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 80 | ) -> RefundStarPaymentRequest { [INFO] [stderr] | ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 80 | ) -> RefundStarPaymentRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/reopen_forum_topic.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 80 | ) -> ReopenForumTopicRequest { [INFO] [stderr] | ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 80 | ) -> ReopenForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/reopen_general_forum_topic.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 65 | chat_id: impl Into<ChatId>, [INFO] [stderr] 66 | ) -> ReopenGeneralForumTopicRequest { [INFO] [stderr] | ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> ReopenGeneralForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/replace_sticker_in_set.rs:110:9 [INFO] [stderr] | [INFO] [stderr] 110 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 115 | ) -> ReplaceStickerInSetRequest { [INFO] [stderr] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 115 | ) -> ReplaceStickerInSetRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/restrict_chat_member.rs:114:9 [INFO] [stderr] | [INFO] [stderr] 114 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 118 | ) -> RestrictChatMemberRequest { [INFO] [stderr] | ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 118 | ) -> RestrictChatMemberRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/revoke_chat_invite_link.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 79 | ) -> RevokeChatInviteLinkRequest { [INFO] [stderr] | --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 79 | ) -> RevokeChatInviteLinkRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/save_prepared_inline_message.rs:123:9 [INFO] [stderr] | [INFO] [stderr] 123 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 126 | ) -> SavePreparedInlineMessageRequest { [INFO] [stderr] | -------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 126 | ) -> SavePreparedInlineMessageRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_animation.rs:269:9 [INFO] [stderr] | [INFO] [stderr] 269 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 272 | ) -> SendAnimationRequest { [INFO] [stderr] | -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 272 | ) -> SendAnimationRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_audio.rs:253:9 [INFO] [stderr] | [INFO] [stderr] 253 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 256 | ) -> SendAudioRequest { [INFO] [stderr] | ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 256 | ) -> SendAudioRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_chat_action.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 108 | ) -> SendChatActionRequest { [INFO] [stderr] | --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 108 | ) -> SendChatActionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_contact.rs:195:9 [INFO] [stderr] | [INFO] [stderr] 195 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 199 | ) -> SendContactRequest { [INFO] [stderr] | ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 199 | ) -> SendContactRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_dice.rs:161:22 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn send_dice(&self, chat_id: impl Into<ChatId>) -> SendDiceRequest { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 161 | pub fn send_dice(&self, chat_id: impl Into<ChatId>) -> SendDiceRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_document.rs:232:9 [INFO] [stderr] | [INFO] [stderr] 232 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 235 | ) -> SendDocumentRequest { [INFO] [stderr] | ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 235 | ) -> SendDocumentRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_game.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 163 | ) -> SendGameRequest { [INFO] [stderr] | --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 163 | ) -> SendGameRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_gift.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 109 | ) -> SendGiftRequest { [INFO] [stderr] | --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 109 | ) -> SendGiftRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_invoice.rs:361:9 [INFO] [stderr] | [INFO] [stderr] 361 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 368 | ) -> SendInvoiceRequest { [INFO] [stderr] | ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 368 | ) -> SendInvoiceRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_location.rs:215:9 [INFO] [stderr] | [INFO] [stderr] 215 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 219 | ) -> SendLocationRequest { [INFO] [stderr] | ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 219 | ) -> SendLocationRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_media_group.rs:168:9 [INFO] [stderr] | [INFO] [stderr] 168 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 171 | ) -> SendMediaGroupRequest { [INFO] [stderr] | --------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 171 | ) -> SendMediaGroupRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_message.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 202 | ) -> SendMessageRequest { [INFO] [stderr] | ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 202 | ) -> SendMessageRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_paid_media.rs:223:9 [INFO] [stderr] | [INFO] [stderr] 223 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 227 | ) -> SendPaidMediaRequest { [INFO] [stderr] | -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 227 | ) -> SendPaidMediaRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_photo.rs:224:9 [INFO] [stderr] | [INFO] [stderr] 224 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 227 | ) -> SendPhotoRequest { [INFO] [stderr] | ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 227 | ) -> SendPhotoRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_poll.rs:306:9 [INFO] [stderr] | [INFO] [stderr] 306 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 310 | ) -> SendPollRequest { [INFO] [stderr] | --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 310 | ) -> SendPollRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_sticker.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 183 | ) -> SendStickerRequest { [INFO] [stderr] | ------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 183 | ) -> SendStickerRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_venue.rs:235:9 [INFO] [stderr] | [INFO] [stderr] 235 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 241 | ) -> SendVenueRequest { [INFO] [stderr] | ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 241 | ) -> SendVenueRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_video.rs:279:9 [INFO] [stderr] | [INFO] [stderr] 279 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 282 | ) -> SendVideoRequest { [INFO] [stderr] | ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 282 | ) -> SendVideoRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_video_note.rs:205:9 [INFO] [stderr] | [INFO] [stderr] 205 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 208 | ) -> SendVideoNoteRequest { [INFO] [stderr] | -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 208 | ) -> SendVideoNoteRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/send_voice.rs:214:9 [INFO] [stderr] | [INFO] [stderr] 214 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 217 | ) -> SendVoiceRequest { [INFO] [stderr] | ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 217 | ) -> SendVoiceRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_chat_administrator_custom_title.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 91 | ) -> SetChatAdministratorCustomTitleRequest { [INFO] [stderr] | -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 91 | ) -> SetChatAdministratorCustomTitleRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_chat_description.rs:73:33 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn set_chat_description(&self, chat_id: impl Into<ChatId>) -> SetChatDescriptionRequest { [INFO] [stderr] | ^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 73 | pub fn set_chat_description(&self, chat_id: impl Into<ChatId>) -> SetChatDescriptionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_chat_menu_button.rs:74:33 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn set_chat_menu_button(&self) -> SetChatMenuButtonRequest { [INFO] [stderr] | ^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 74 | pub fn set_chat_menu_button(&self) -> SetChatMenuButtonRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_chat_permissions.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 97 | ) -> SetChatPermissionsRequest { [INFO] [stderr] | ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 97 | ) -> SetChatPermissionsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_chat_photo.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 87 | ) -> SetChatPhotoRequest { [INFO] [stderr] | ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 87 | ) -> SetChatPhotoRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_chat_sticker_set.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 80 | ) -> SetChatStickerSetRequest { [INFO] [stderr] | ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 80 | ) -> SetChatStickerSetRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_chat_title.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 76 | ) -> SetChatTitleRequest { [INFO] [stderr] | ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 76 | ) -> SetChatTitleRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_custom_emoji_sticker_set_thumbnail.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 72 | name: impl Into<String>, [INFO] [stderr] 73 | ) -> SetCustomEmojiStickerSetThumbnailRequest { [INFO] [stderr] | ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 73 | ) -> SetCustomEmojiStickerSetThumbnailRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_game_score.rs:123:9 [INFO] [stderr] | [INFO] [stderr] 123 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 126 | ) -> SetGameScoreRequest { [INFO] [stderr] | ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 126 | ) -> SetGameScoreRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_message_reaction.rs:97:9 [INFO] [stderr] | [INFO] [stderr] 97 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 100 | ) -> SetMessageReactionRequest { [INFO] [stderr] | ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 100 | ) -> SetMessageReactionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_my_commands.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 88 | commands: impl IntoIterator<Item = impl Into<BotCommand>>, [INFO] [stderr] 89 | ) -> SetMyCommandsRequest { [INFO] [stderr] | -------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 89 | ) -> SetMyCommandsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_my_default_administrator_rights.rs:74:48 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn set_my_default_administrator_rights(&self) -> SetMyDefaultAdministratorRightsRequest { [INFO] [stderr] | ^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 74 | pub fn set_my_default_administrator_rights(&self) -> SetMyDefaultAdministratorRightsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_my_description.rs:71:31 [INFO] [stderr] | [INFO] [stderr] 71 | pub fn set_my_description(&self) -> SetMyDescriptionRequest { [INFO] [stderr] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 71 | pub fn set_my_description(&self) -> SetMyDescriptionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_my_name.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | pub fn set_my_name(&self) -> SetMyNameRequest { [INFO] [stderr] | ^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 71 | pub fn set_my_name(&self) -> SetMyNameRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_my_short_description.rs:71:37 [INFO] [stderr] | [INFO] [stderr] 71 | pub fn set_my_short_description(&self) -> SetMyShortDescriptionRequest { [INFO] [stderr] | ^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 71 | pub fn set_my_short_description(&self) -> SetMyShortDescriptionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_passport_data_errors.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 84 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 87 | ) -> SetPassportDataErrorsRequest { [INFO] [stderr] | ---------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 87 | ) -> SetPassportDataErrorsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_sticker_emoji_list.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 77 | ) -> SetStickerEmojiListRequest { [INFO] [stderr] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 77 | ) -> SetStickerEmojiListRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_sticker_keywords.rs:70:33 [INFO] [stderr] | [INFO] [stderr] 70 | pub fn set_sticker_keywords(&self, sticker: impl Into<String>) -> SetStickerKeywordsRequest { [INFO] [stderr] | ^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 70 | pub fn set_sticker_keywords(&self, sticker: impl Into<String>) -> SetStickerKeywordsRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_sticker_mask_position.rs:74:9 [INFO] [stderr] | [INFO] [stderr] 74 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 75 | sticker: impl Into<String>, [INFO] [stderr] 76 | ) -> SetStickerMaskPositionRequest { [INFO] [stderr] | ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 76 | ) -> SetStickerMaskPositionRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_sticker_position_in_set.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 73 | ) -> SetStickerPositionInSetRequest { [INFO] [stderr] | ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 73 | ) -> SetStickerPositionInSetRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_sticker_set_thumbnail.rs:109:9 [INFO] [stderr] | [INFO] [stderr] 109 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 113 | ) -> SetStickerSetThumbnailRequest { [INFO] [stderr] | ----------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 113 | ) -> SetStickerSetThumbnailRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_sticker_set_title.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 73 | ) -> SetStickerSetTitleRequest { [INFO] [stderr] | ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 73 | ) -> SetStickerSetTitleRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_user_emoji_status.rs:86:34 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn set_user_emoji_status(&self, user_id: impl Into<i64>) -> SetUserEmojiStatusRequest { [INFO] [stderr] | ^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 86 | pub fn set_user_emoji_status(&self, user_id: impl Into<i64>) -> SetUserEmojiStatusRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/set_webhook.rs:144:24 [INFO] [stderr] | [INFO] [stderr] 144 | pub fn set_webhook(&self, url: impl Into<String>) -> SetWebhookRequest { [INFO] [stderr] | ^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 144 | pub fn set_webhook(&self, url: impl Into<String>) -> SetWebhookRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/stop_message_live_location.rs:109:39 [INFO] [stderr] | [INFO] [stderr] 109 | pub fn stop_message_live_location(&self) -> StopMessageLiveLocationRequest { [INFO] [stderr] | ^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 109 | pub fn stop_message_live_location(&self) -> StopMessageLiveLocationRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/stop_poll.rs:96:9 [INFO] [stderr] | [INFO] [stderr] 96 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 99 | ) -> StopPollRequest { [INFO] [stderr] | --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 99 | ) -> StopPollRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/unban_chat_member.rs:83:9 [INFO] [stderr] | [INFO] [stderr] 83 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 86 | ) -> UnbanChatMemberRequest { [INFO] [stderr] | ---------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 86 | ) -> UnbanChatMemberRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/unban_chat_sender_chat.rs:73:9 [INFO] [stderr] | [INFO] [stderr] 73 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 76 | ) -> UnbanChatSenderChatRequest { [INFO] [stderr] | -------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 76 | ) -> UnbanChatSenderChatRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/unhide_general_forum_topic.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 65 | chat_id: impl Into<ChatId>, [INFO] [stderr] 66 | ) -> UnhideGeneralForumTopicRequest { [INFO] [stderr] | ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> UnhideGeneralForumTopicRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/unpin_all_chat_messages.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 65 | chat_id: impl Into<ChatId>, [INFO] [stderr] 66 | ) -> UnpinAllChatMessagesRequest { [INFO] [stderr] | --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> UnpinAllChatMessagesRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/unpin_all_forum_topic_messages.rs:77:9 [INFO] [stderr] | [INFO] [stderr] 77 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 80 | ) -> UnpinAllForumTopicMessagesRequest { [INFO] [stderr] | --------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 80 | ) -> UnpinAllForumTopicMessagesRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/unpin_all_general_forum_topic_messages.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] 65 | chat_id: impl Into<ChatId>, [INFO] [stderr] 66 | ) -> UnpinAllGeneralForumTopicMessagesRequest { [INFO] [stderr] | ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> UnpinAllGeneralForumTopicMessagesRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/unpin_chat_message.rs:83:31 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn unpin_chat_message(&self, chat_id: impl Into<ChatId>) -> UnpinChatMessageRequest { [INFO] [stderr] | ^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 83 | pub fn unpin_chat_message(&self, chat_id: impl Into<ChatId>) -> UnpinChatMessageRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/methods/upload_sticker_file.rs:101:9 [INFO] [stderr] | [INFO] [stderr] 101 | &self, [INFO] [stderr] | ^^^^^ this lifetime flows to the output [INFO] [stderr] ... [INFO] [stderr] 105 | ) -> UploadStickerFileRequest { [INFO] [stderr] | ------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 105 | ) -> UploadStickerFileRequest<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `conogram` (lib) generated 131 warnings (run `cargo fix --lib -p conogram` to apply 131 suggestions) [INFO] [stderr] Scraping conogram v0.2.19 (/opt/rustwide/workdir) [INFO] [stderr] Documenting conogram v0.2.19 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/conogram/index.html [INFO] running `Command { std: "docker" "inspect" "cfcd088133f7f7fbe8b51901489aba282ce639cc7ef1065a2fbf40aaa2400f9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfcd088133f7f7fbe8b51901489aba282ce639cc7ef1065a2fbf40aaa2400f9a", kill_on_drop: false }` [INFO] [stdout] cfcd088133f7f7fbe8b51901489aba282ce639cc7ef1065a2fbf40aaa2400f9a