mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-14 03:41:45 +01:00
Update axum-macros/src/from_request.rs
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
This commit is contained in:
parent
aac67f1152
commit
d9f2035e7b
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ fn extract_fields(
|
|||
|
||||
quote_spanned! {ty_span=>
|
||||
#member: {
|
||||
<#field_ty as ::axum::extract::FromRequest<#trait_generics>>::from_request(req, state)
|
||||
<#field_ty as ::axum::extract::FromRequest<#trait_generics, _>>::from_request(req, state)
|
||||
.await
|
||||
.map(#into_inner)
|
||||
.map_err(#map_err)?
|
||||
|
|
Loading…
Add table
Reference in a new issue