mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -874,11 +874,10 @@ pub fn repeat_vars(count: usize) -> String {
|
||||
mod tests {
|
||||
use async_channel as channel;
|
||||
|
||||
use super::*;
|
||||
use crate::config::Config;
|
||||
use crate::{test_utils::TestContext, EventType};
|
||||
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_maybe_add_file() {
|
||||
let mut files = Default::default();
|
||||
|
||||
Reference in New Issue
Block a user