Skip to content

Commit 30e78ac

Browse files
gsquireseanmonstar
authored andcommitted
refactor(error): export url::ParseError in hyper's error module
Closes #914
1 parent ad7cfda commit 30e78ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/error.rs

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ use self::Error::{
2525
Utf8
2626
};
2727

28+
pub use url::ParseError;
2829

2930
/// Result type often returned from methods that can have hyper `Error`s.
3031
pub type Result<T> = ::std::result::Result<T, Error>;

0 commit comments

Comments
 (0)