diff --git a/src/error.rs b/src/error.rs index 9e2f3f6b..77474101 100644 --- a/src/error.rs +++ b/src/error.rs @@ -25,6 +25,7 @@ use self::Error::{ Utf8 }; +pub use url::ParseError; /// Result type often returned from methods that can have hyper `Error`s. pub type Result = ::std::result::Result;