We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76797b5 commit d02f476Copy full SHA for d02f476
crates/cargo-test-support/src/paths.rs
@@ -1,3 +1,4 @@
1
+use crate::{basic_manifest, project};
2
use filetime::{self, FileTime};
3
use lazy_static::lazy_static;
4
use std::cell::RefCell;
@@ -9,7 +10,6 @@ use std::path::{Path, PathBuf};
9
10
use std::process::Command;
11
use std::sync::atomic::{AtomicUsize, Ordering};
12
use std::sync::Mutex;
-use crate::{basic_manifest, project};
13
14
static CARGO_INTEGRATION_TEST_DIR: &str = "cit";
15
0 commit comments