Skip to content

Commit 102b7cc

Browse files
authored
Merge pull request #96 from epage/clean
chore: Cleanup dependencies
2 parents 5bc3e9f + d9fcca1 commit 102b7cc

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ name = "bin_fixture"
1919
predicates = { version = "1.0", default-features = false, features = ["difference"] }
2020
predicates-core = "1.0"
2121
predicates-tree = "1.0"
22-
escargot = "0.5"
2322
doc-comment = "0.3"
2423
wait-timeout = "0.2.0"
24+
25+
[dev-dependencies]
26+
escargot = "0.5"

src/assert.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ use std::fmt;
66
use std::process;
77
use std::str;
88

9-
use predicates;
109
use predicates::str::PredicateStrExt;
11-
use predicates_core;
1210
use predicates_tree::CaseTreeExt;
1311

1412
use crate::output::dump_buffer;

src/cargo.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
//!
2929
//! ```rust,no_run
3030
//! use assert_cmd::prelude::*;
31-
//! use escargot;
3231
//!
3332
//! use std::process::Command;
3433
//!

tests/cargo.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
use std::process;
22
use std::process::Command;
33

4-
use escargot;
5-
64
use assert_cmd::prelude::*;
75

86
#[test]

0 commit comments

Comments
 (0)