Skip to content

Commit d02f476

Browse files
committed
rustfmt
1 parent 76797b5 commit d02f476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-test-support/src/paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use crate::{basic_manifest, project};
12
use filetime::{self, FileTime};
23
use lazy_static::lazy_static;
34
use std::cell::RefCell;
@@ -9,7 +10,6 @@ use std::path::{Path, PathBuf};
910
use std::process::Command;
1011
use std::sync::atomic::{AtomicUsize, Ordering};
1112
use std::sync::Mutex;
12-
use crate::{basic_manifest, project};
1313

1414
static CARGO_INTEGRATION_TEST_DIR: &str = "cit";
1515

0 commit comments

Comments
 (0)