mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Use nightly clippy & rustfmt for more style checks (#487)
This commit is contained in:
@@ -148,6 +148,7 @@ async fn logout(
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
#[allow(dead_code)]
|
||||
struct AuthRequest {
|
||||
code: String,
|
||||
state: String,
|
||||
|
||||
Reference in New Issue
Block a user