Make nightly_error_messages feature compatible with latest nightly

This commit is contained in:
David Mládek
2024-03-14 21:19:03 +01:00
committed by GitHub
parent b6b203b306
commit 3569950a2e
18 changed files with 86 additions and 58 deletions
@@ -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() {}