From d02f476804ae73d79059e3243ecb4c814f53bea1 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Fri, 13 Mar 2020 15:02:55 -0700 Subject: [PATCH] rustfmt --- crates/cargo-test-support/src/paths.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cargo-test-support/src/paths.rs b/crates/cargo-test-support/src/paths.rs index 64886dd6eb5..c5067625a59 100644 --- a/crates/cargo-test-support/src/paths.rs +++ b/crates/cargo-test-support/src/paths.rs @@ -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";