diff --git a/src/dispatching/update_listeners/webhooks.rs b/src/dispatching/update_listeners/webhooks.rs index e68cdd90..3cd3d503 100644 --- a/src/dispatching/update_listeners/webhooks.rs +++ b/src/dispatching/update_listeners/webhooks.rs @@ -4,6 +4,7 @@ use std::net::SocketAddr; use crate::{requests::Requester, types::InputFile}; /// Options related to setting up webhooks. +#[must_use] pub struct Options { /// Local address to listen to. pub address: SocketAddr,