chore: fix nightly clippy warnings

This commit is contained in:
link2xt
2024-04-10 14:01:57 +00:00
parent bab311730c
commit fbbefe6b49
6 changed files with 8 additions and 8 deletions

View File

@@ -1586,9 +1586,8 @@ mod tests {
use std::str;
use super::*;
use crate::chat::ChatId;
use crate::chat::{
self, add_contact_to_chat, create_group_chat, remove_contact_from_chat, send_text_msg,
add_contact_to_chat, create_group_chat, remove_contact_from_chat, send_text_msg, ChatId,
ProtectionStatus,
};
use crate::chatlist::Chatlist;