refactor(error): export url::ParseError in hyper's error module
Closes #914
This commit is contained in:
@@ -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<T> = ::std::result::Result<T, Error>;
|
||||
|
||||
Reference in New Issue
Block a user