Skip to content

Commit

Permalink
make ci happy
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Oct 13, 2021
1 parent 463d3cc commit 3b086dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotham/src/handler/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ impl IntoHandlerFuture for Pin<Box<HandlerFuture>> {
/// (state, MyStruct::new())
/// }
///
/// gotham::start("127.0.0.1:7878", || Ok(handler));
/// gotham::start("127.0.0.1:7878", || Ok(handler)).unwrap();
/// ```
pub trait IntoResponse {
/// Converts this value into a `hyper::Response`
Expand Down

0 comments on commit 3b086dc

Please sign in to comment.