From: Tatsuyuki Ishi Date: Sat, 10 Mar 2018 06:21:25 +0000 (+0900) Subject: Remove unused import X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~50^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=db58fd709a37c0a6d7c5becf1d892bceffa27fa1;p=cargo.git Remove unused import --- diff --git a/tests/testsuite/install.rs b/tests/testsuite/install.rs index d8308ce5c..68747dee3 100644 --- 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;