Merge pull request #917 from gsquire/export-ParseError

Issue 914
This commit is contained in:
Sean McArthur
2016-09-23 09:45:12 -07:00
committed by GitHub

View File

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