mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
chore: fix nightly clippy warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user