summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsitkevij <1553398+sitkevij@users.noreply.github.com>2020-10-29 07:39:24 -0700
committersitkevij <1553398+sitkevij@users.noreply.github.com>2020-10-29 07:39:24 -0700
commitec5f6c1a0172dc03fdc71e0ec2c8a2bb1619c788 (patch)
treec89e165e84b6e9fdfb2ded22a8661ed445364f74
parente72f3765bd5c761f2d24e46bc5611decd803b5a2 (diff)
#34 remove unused predicates from dev-dependencies
-rw-r--r--Cargo.toml1
-rw-r--r--src/lib.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e247c47..8d4ed10 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,4 +33,3 @@ ansi_term = "0.11"
[dev-dependencies]
assert_cmd = "1.0.1"
-# predicates = "1.0.5"
diff --git a/src/lib.rs b/src/lib.rs
index d6ad68e..4002b1e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -509,7 +509,6 @@ mod tests {
assert_eq!(hex_binary(b), format!("{:#010b}", b));
}
use assert_cmd::Command;
- // use predicates::prelude::*;
/// target/debug/hx -ar tests/files/tiny.txt
#[test]