Silence warnings, run cargo fmt
This commit is contained in:
parent
fe1c1d3655
commit
af1c767f5f
77 changed files with 1904 additions and 903 deletions
|
|
@ -79,9 +79,9 @@ impl From<AppError> for ErrorResponse {
|
|||
#[cfg(feature = "ssr")]
|
||||
mod ssr_impl {
|
||||
use super::*;
|
||||
use axum::Json;
|
||||
use axum::http::StatusCode;
|
||||
use axum::response::{IntoResponse, Response};
|
||||
use axum::Json;
|
||||
|
||||
impl IntoResponse for AppError {
|
||||
fn into_response(self) -> Response {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue