style: Clean up backend unused warnings

This commit is contained in:
spinline
2026-01-30 01:00:36 +03:00
parent 8216f0556a
commit 6424acaa08
4 changed files with 9 additions and 13 deletions

View File

@@ -11,10 +11,9 @@ mod xmlrpc;
use clap::Parser;
use rust_embed::RustEmbed;
use axum::{
body::Body,
extract::{Path, State},
extract::State,
http::{header, StatusCode, Uri},
response::{IntoResponse, Response},
response::IntoResponse,
routing::{get, post},
Router, Json,
};