diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-08-28 14:41:43 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-08-28 14:41:43 -0700 |
commit | 4e7c84f4e179f4d7f21da60241d08efbcb386adf (patch) | |
tree | 25691bded0fd3d103b43d093e708399f33e972ad /tests/all.rs | |
parent | e38f93a9988ef6ce4009e59a9ea30a5de0043db3 (diff) | |
download | ssh2-rs-4e7c84f4e179f4d7f21da60241d08efbcb386adf.zip |
Remove unused crate in tests
Diffstat (limited to 'tests/all.rs')
-rw-r--r-- | tests/all.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/all.rs b/tests/all.rs index 6ff6c5e..777c899 100644 --- a/tests/all.rs +++ b/tests/all.rs @@ -1,7 +1,6 @@ #![deny(warnings)] extern crate ssh2; -extern crate libc; extern crate tempdir; use std::env; |