Skip to content

Commit 7b0fef0

Browse files
committed
chore(manifestation): organize imports
1 parent 129d147 commit 7b0fef0

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/dist/manifestation/tests.rs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
// server (mocked on the file system)
33
#![allow(clippy::type_complexity)]
44

5-
use std::collections::HashMap;
6-
use std::env;
7-
use std::fs;
8-
use std::path::Path;
9-
use std::str::FromStr;
10-
use std::sync::Arc;
11-
use std::{cell::Cell, future::Future};
5+
use std::{
6+
cell::Cell, collections::HashMap, env, fs, future::Future, path::Path, str::FromStr, sync::Arc,
7+
};
128

139
use anyhow::{anyhow, Result};
1410
use tokio::{runtime::Handle, task};

0 commit comments

Comments
 (0)