Auto merge of #5160 - ishitatsuyuki:patch-1, r=matklad

Remove unused import
This commit is contained in:
bors 2018-03-10 06:32:57 +00:00
commit 7cbad926f1

View File

@ -3,7 +3,6 @@ use std::fs::{self, File, OpenOptions};
use std::io::prelude::*;
use cargo::util::ProcessBuilder;
use cargotest::ChannelChanger;
use cargotest::install::{cargo_home, has_installed_exe};
use cargotest::support::git;
use cargotest::support::paths;