summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2017-02-02 09:44:34 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2017-02-02 09:44:34 +0200
commit022f51a8ea96465b7396bb0b175d677c57f7893b (patch)
tree49a3575626a82cfe38cffa6478edd13bef05a05c /src/lib.rs
parent30fd98426b90576a8b5d5a43822309bb48896731 (diff)
rm unused imports
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 977b7d2..46ce615 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -15,8 +15,6 @@
#[macro_use]
extern crate log;
-#[macro_use]
-#[macro_use]
extern crate hyper;
extern crate hyper_openssl;
extern crate hyperlocal;