Skip to content

Commit

Permalink
fix(lib): make ControlError public
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 14, 2016
1 parent dabe3ac commit ad9c580
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 ad9c580

Please sign in to comment.