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

@@ -9,7 +9,7 @@ use crate::chat::{
ChatVisibility,
};
use crate::chatlist::Chatlist;
use crate::constants::{ShowEmails, DC_GCL_FOR_FORWARDING, DC_GCL_NO_SPECIALS};
use crate::constants::{DC_GCL_FOR_FORWARDING, DC_GCL_NO_SPECIALS};
use crate::download::MIN_DOWNLOAD_LIMIT;
use crate::imap::prefetch_should_download;
use crate::imex::{imex, ImexMode};