mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Use the diagnostic namespace (#2246)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use axum_macros::debug_handler;
|
||||
|
||||
#[debug_handler]
|
||||
async fn handler<T>(extract: T) {}
|
||||
async fn handler<T>(_extract: T) {}
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user