Remove unused import
authorTatsuyuki Ishi <ishitatsuyuki@gmail.com>
Sat, 10 Mar 2018 06:21:25 +0000 (15:21 +0900)
committerGitHub <noreply@github.com>
Sat, 10 Mar 2018 06:21:25 +0000 (15:21 +0900)
tests/testsuite/install.rs

index d8308ce5cb9077ffced4dc74fb7be438236d77ce..68747dee3ba55366421b5fce870941900f2edb6c 100644 (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;