Merge pull request #1049 from spk/use-pub-hyper-url

test(lib): use public hyper::Url everywhere
This commit is contained in:
Sean McArthur
2017-02-05 14:47:34 -08:00
committed by GitHub
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
use std::borrow::Cow;
use std::fmt::{Display, self};
use std::str::FromStr;
use url::Url;
use Url;
use url::ParseError as UrlError;
use Error;