style: cargo clippy & cargo fmt
This commit is contained in:
parent
19f64d413c
commit
e59f7b5a1f
20 changed files with 137 additions and 67 deletions
|
@ -79,7 +79,7 @@ pub enum Error {
|
|||
|
||||
impl ResponseError for Error {
|
||||
fn error_response(&self) -> HttpResponse {
|
||||
debug!("{:?}", self);
|
||||
debug!("{self:?}");
|
||||
error!("{}: {}", self.status_code(), self);
|
||||
|
||||
HttpResponse::build(self.status_code())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue