From: Ben Boeckel Date: Mon, 15 Jan 2018 22:06:38 +0000 (-0500) Subject: tests/git: avoid an unused import X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~40^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d34285cdda536037f5f63cbff2fe3a9fe49332b;p=cargo.git tests/git: avoid an unused import --- diff --git a/tests/git.rs b/tests/git.rs index a6ccfcdf1..3fa90093f 100644 --- a/tests/git.rs +++ b/tests/git.rs @@ -17,7 +17,6 @@ use cargotest::support::paths::{self, CargoPathExt}; use cargotest::support::{git, project, execs, main_file, path2url}; use cargotest::ChannelChanger; use hamcrest::{assert_that,existing_file}; -use hamcrest::matchers::regex::matches_regex; #[test] fn cargo_compile_simple_git_dep() {