happy clippy

This commit is contained in:
dignifiedquire
2020-05-22 11:37:12 +02:00
parent d1f9563e1f
commit 28ef5164ce
5 changed files with 14 additions and 16 deletions

View File

@@ -1295,8 +1295,8 @@ pub async fn get_by_contact_id(context: &Context, contact_id: u32) -> Result<Cha
Ok(chat_id)
}
pub async fn prepare_msg<'a>(
context: &'a Context,
pub async fn prepare_msg(
context: &Context,
chat_id: ChatId,
msg: &mut Message,
) -> Result<MsgId, Error> {