refactor: Remove unused variables and add dead code allowances for better clarity

This commit is contained in:
2026-04-10 10:50:14 -04:00
parent 53e5ef4d0b
commit 0c039ebfbc
10 changed files with 44 additions and 19 deletions
@@ -1,3 +1,5 @@
#![allow(dead_code)]
use axum::{
Json,
extract::{Path, Query, State},