chore: Clippy fixes

This commit is contained in:
Ginger
2026-04-30 09:05:34 -04:00
parent 13917bb5c3
commit 3dc4c7d4fc
7 changed files with 15 additions and 27 deletions
-1
View File
@@ -4,7 +4,6 @@ mod token;
use axum::{
Json, Router,
extract::State,
routing::method_routing::{get, post},
};
use serde_json::json;