projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c335c9b
)
Remove unused import
author
Tatsuyuki Ishi
<ishitatsuyuki@gmail.com>
Sat, 10 Mar 2018 06:21:25 +0000
(15:21 +0900)
committer
GitHub
<noreply@github.com>
Sat, 10 Mar 2018 06:21:25 +0000
(15:21 +0900)
tests/testsuite/install.rs
patch
|
blob
|
history
diff --git
a/tests/testsuite/install.rs
b/tests/testsuite/install.rs
index d8308ce5cb9077ffced4dc74fb7be438236d77ce..68747dee3ba55366421b5fce870941900f2edb6c 100644
(file)
--- a/
tests/testsuite/install.rs
+++ b/
tests/testsuite/install.rs
@@
-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;