mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -1982,14 +1982,13 @@ impl Viewtype {
|
||||
mod tests {
|
||||
use num_traits::FromPrimitive;
|
||||
|
||||
use super::*;
|
||||
use crate::chat::{marknoticed_chat, ChatItem};
|
||||
use crate::chatlist::Chatlist;
|
||||
use crate::receive_imf::receive_imf;
|
||||
use crate::test_utils as test;
|
||||
use crate::test_utils::{TestContext, TestContextManager};
|
||||
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_guess_msgtype_from_suffix() {
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user