tests/git: avoid an unused import

This commit is contained in:
Ben Boeckel 2018-01-15 17:06:38 -05:00
parent 6a8eb71f6d
commit 4d34285cdd

View 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() {