refactor(lib): use public hyper::Url everywhere

This commit is contained in:
Laurent Arnoud
2017-02-04 14:49:11 +01:00
parent c42f18db05
commit d5ff287b35
5 changed files with 7 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ mod tests {
/*
use std::io::Write;
use std::str::from_utf8;
use url::Url;
use Url;
use method::Method::{Get, Head, Post};
use mock::{MockStream, MockConnector};
use net::Fresh;