mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -435,14 +435,13 @@ impl<'a> ParamsFile<'a> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
use std::path::Path;
|
||||
use std::str::FromStr;
|
||||
|
||||
use anyhow::Result;
|
||||
use tokio::fs;
|
||||
|
||||
use super::*;
|
||||
use crate::test_utils::TestContext;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user