From 4d34285cdda536037f5f63cbff2fe3a9fe49332b Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 15 Jan 2018 17:06:38 -0500 Subject: [PATCH] tests/git: avoid an unused import --- tests/git.rs | 1 - 1 file changed, 1 deletion(-) 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() { -- 2.30.2