mirror of https://github.com/fafhrd91/actix-web
Remove a redundant comment
This commit is contained in:
parent
1ca0633a95
commit
592d4655df
|
@ -223,8 +223,6 @@ where
|
||||||
/// format!("Welcome {}!", info.username)
|
/// format!("Welcome {}!", info.username)
|
||||||
/// }
|
/// }
|
||||||
///
|
///
|
||||||
/// /// Create custom error response
|
|
||||||
///
|
|
||||||
/// /// Return either a 400 or 415, and include the error message from serde
|
/// /// Return either a 400 or 415, and include the error message from serde
|
||||||
/// /// in the response body
|
/// /// in the response body
|
||||||
/// fn json_error_handler(err: error::JsonPayloadError, _req: &HttpRequest) -> error::Error {
|
/// fn json_error_handler(err: error::JsonPayloadError, _req: &HttpRequest) -> error::Error {
|
||||||
|
|
Loading…
Reference in New Issue