Skip to content

Commit

Permalink
Fix a lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Dec 26, 2023
1 parent 6e32dc7 commit 6a28438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl IntoResponse for AppError {

impl From<anyhow::Error> for AppError {
fn from(value: anyhow::Error) -> Self {
Self::Anyhow(value.into())
Self::Anyhow(value)
}
}

Expand Down

0 comments on commit 6a28438

Please sign in to comment.