Apply more lints

This commit is contained in:
Andras Schmelczer 2024-12-18 22:14:09 +00:00
parent 0c92bf959b
commit 1e1dd7b877
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
24 changed files with 61 additions and 63 deletions

View file

@ -6,7 +6,7 @@ use aide::{
openapi::{Info, OpenApi},
scalar::Scalar,
};
use anyhow::{Context, Result};
use anyhow::{Context as _, Result};
use axum::{
extract::DefaultBodyLimit,
http::{self, HeaderValue, Method},