This commit is contained in:
Jane Lusby 2020-03-13 15:02:55 -07:00
parent 76797b5c2a
commit d02f476804

View file

@ -1,3 +1,4 @@
use crate::{basic_manifest, project};
use filetime::{self, FileTime};
use lazy_static::lazy_static;
use std::cell::RefCell;
@ -9,7 +10,6 @@ use std::path::{Path, PathBuf};
use std::process::Command;
use std::sync::atomic::{AtomicUsize, Ordering};
use std::sync::Mutex;
use crate::{basic_manifest, project};
static CARGO_INTEGRATION_TEST_DIR: &str = "cit";