Skip to content

Commit

Permalink
refactor(error): export url::ParseError in hyper's error module
Browse files Browse the repository at this point in the history
Closes #914
  • Loading branch information
gsquire authored and seanmonstar committed Nov 9, 2016
1 parent ad7cfda commit 30e78ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 30e78ac

Please sign in to comment.