Remove unnecessary lifetime

This commit is contained in:
bitfl0wer 2023-05-29 23:46:17 +02:00
parent 69993820f9
commit f986b33878
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ pub mod messages {
# Errors # Errors
* [`InstanceServerError`] - If the message cannot be sent. * [`InstanceServerError`] - If the message cannot be sent.
*/ */
pub async fn send<'a>( pub async fn send(
user: &mut UserMeta, user: &mut UserMeta,
channel_id: String, channel_id: String,
message: &mut MessageSendSchema, message: &mut MessageSendSchema,