mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -1953,6 +1953,8 @@ where
|
||||
mod tests {
|
||||
#![allow(clippy::indexing_slicing)]
|
||||
|
||||
use mailparse::ParsedMail;
|
||||
|
||||
use super::*;
|
||||
use crate::{
|
||||
chatlist::Chatlist,
|
||||
@@ -1962,7 +1964,6 @@ mod tests {
|
||||
receive_imf::receive_imf,
|
||||
test_utils::TestContext,
|
||||
};
|
||||
use mailparse::ParsedMail;
|
||||
|
||||
impl AvatarAction {
|
||||
pub fn is_change(&self) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user