Skip to content

Commit

Permalink
Merge pull request #917 from gsquire/export-ParseError
Browse files Browse the repository at this point in the history
Issue 914
  • Loading branch information
seanmonstar authored Sep 23, 2016
2 parents bed4815 + 3636a3e commit a6064a6
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 a6064a6

Please sign in to comment.