tests/git: avoid an unused import
authorBen Boeckel <ben.boeckel@kitware.com>
Mon, 15 Jan 2018 22:06:38 +0000 (17:06 -0500)
committerBen Boeckel <ben.boeckel@kitware.com>
Mon, 15 Jan 2018 22:46:08 +0000 (17:46 -0500)
tests/git.rs

index a6ccfcdf1d3f7555413ede92d0fe43a6eb567e91..3fa90093fe1d9e53a7be5c2e5f3597665b02fab2 100644 (file)
@@ -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() {