Skip to content

Commit

Permalink
ResponseBuilder should be pub too
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Oct 18, 2017
1 parent 66d8b4d commit 9908f62
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 @@ -34,7 +34,7 @@ pub use http::Request;
pub use http::response::{Builder, Response, Parts};
pub use http::status::{InvalidStatusCode, StatusCode};
pub use http::method::Method;
use http::response::Builder as ResponseBuilder;
pub use http::response::Builder as ResponseBuilder;

use scoped_threadpool::Pool;

Expand Down

0 comments on commit 9908f62

Please sign in to comment.