We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7cfda commit 30e78acCopy full SHA for 30e78ac
src/error.rs
@@ -25,6 +25,7 @@ use self::Error::{
25
Utf8
26
};
27
28
+pub use url::ParseError;
29
30
/// Result type often returned from methods that can have hyper `Error`s.
31
pub type Result<T> = ::std::result::Result<T, Error>;
0 commit comments