projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8eb71
)
tests/git: avoid an unused import
author
Ben Boeckel
<ben.boeckel@kitware.com>
Mon, 15 Jan 2018 22:06:38 +0000
(17:06 -0500)
committer
Ben Boeckel
<ben.boeckel@kitware.com>
Mon, 15 Jan 2018 22:46:08 +0000
(17:46 -0500)
tests/git.rs
patch
|
blob
|
history
diff --git
a/tests/git.rs
b/tests/git.rs
index a6ccfcdf1d3f7555413ede92d0fe43a6eb567e91..3fa90093fe1d9e53a7be5c2e5f3597665b02fab2 100644
(file)
--- 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() {