clippy: Enable more warnings

This commit is contained in:
Lennart K
2025-10-27 11:39:24 +01:00
parent 43d7aabf28
commit 08041c60be
11 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#![warn(clippy::all, clippy::pedantic, clippy::nursery)]
use axum::response::Redirect;
use axum::routing::any;
use axum::{Extension, Router};