Skip to content

Commit

Permalink
Merge pull request #828 from hyperium/pub-control-error
Browse files Browse the repository at this point in the history
fix(lib): make ControlError public
  • Loading branch information
seanmonstar committed Jun 15, 2016
2 parents 2a56094 + ad9c580 commit 43ac0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ extern crate test;
pub use url::Url;
pub use client::Client;
pub use error::{Result, Error};
pub use http::{Next, Encoder, Decoder, Control};
pub use http::{Next, Encoder, Decoder, Control, ControlError};
pub use header::Headers;
pub use method::Method::{self, Get, Head, Post, Delete};
pub use status::StatusCode::{self, Ok, BadRequest, NotFound};
Expand Down

0 comments on commit 43ac0dd

Please sign in to comment.