refactor: remove unused imports

This commit is contained in:
link2xt
2025-11-07 04:07:39 +00:00
committed by l
parent dd11a0e29a
commit cf5b145ce0
41 changed files with 35 additions and 42 deletions

View File

@@ -22,7 +22,7 @@ use crate::constants::DC_CHAT_ID_TRASH;
use crate::contact::ContactId;
use crate::context::Context;
use crate::events::EventType;
use crate::log::{info, warn};
use crate::log::warn;
use crate::message::{Message, MsgId, Viewtype};
use crate::mimeparser::SystemMessage;
use crate::tools::{duration_to_str, time};