document update

This commit is contained in:
mpostma 2020-05-05 22:28:46 +02:00
parent 270c7b0288
commit e07fe017c1
9 changed files with 56 additions and 85 deletions

View file

@ -120,7 +120,7 @@ impl aweb::error::ResponseError for ResponseError {
}
fn status_code(&self) -> StatusCode {
match *self {
match *self {
Self::BadParameter(_, _)
| Self::BadRequest(_)
| Self::CreateIndex(_)