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

@@ -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;