diff --git a/src/error.rs b/src/error.rs index 8f1f2d6a47..9a4b1a934f 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;