mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-28 00:00:20 +02:00
Make nightly_error_messages feature compatible with latest nightly
This commit is contained in:
@@ -4,6 +4,6 @@ use axum_macros::debug_handler;
|
||||
struct Struct {}
|
||||
|
||||
#[debug_handler]
|
||||
async fn handler(foo: Json<Struct>) {}
|
||||
async fn handler(_foo: Json<Struct>) {}
|
||||
|
||||
fn main() {}
|
||||
|
||||
Reference in New Issue
Block a user