Remove a redundant comment

This commit is contained in:
Stig Johan Berggren 2020-03-16 16:35:21 +01:00
parent 1ca0633a95
commit 592d4655df
No known key found for this signature in database
GPG Key ID: 2B80D833E53D674A
1 changed files with 0 additions and 2 deletions

View File

@ -223,8 +223,6 @@ where
/// format!("Welcome {}!", info.username)
/// }
///
/// /// Create custom error response
///
/// /// Return either a 400 or 415, and include the error message from serde
/// /// in the response body
/// fn json_error_handler(err: error::JsonPayloadError, _req: &HttpRequest) -> error::Error {