summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 60c655f..f628015 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -22,7 +22,6 @@ extern crate hyper;
extern crate hyper_openssl;
#[cfg(feature = "unix-socket")]
extern crate hyperlocal;
-extern crate jed;
extern crate mime;
extern crate openssl;
extern crate tar;
@@ -68,7 +67,6 @@ use std::borrow::Cow;
use std::cell::RefCell;
use std::env;
use std::io::prelude::*;
-use std::iter::IntoIterator;
use std::path::Path;
use std::time::Duration;
use transport::{tar, Transport};