style(server): correct clippy warnings

This commit is contained in:
Edouard Vanbelle
2026-05-04 12:46:57 +02:00
parent 97ea87efc2
commit 6e1c435098
4 changed files with 13 additions and 20 deletions
@@ -150,7 +150,6 @@ fn strip_username_prefix(path: &str) -> &str {
}
}
// ─── Helper: extract user from request ───────────────────────────────
fn extract_user(req: &Request<Body>) -> Result<AuthUser, AppError> {