Skip to content

Commit

Permalink
fix tuple_via
Browse files Browse the repository at this point in the history
  • Loading branch information
lz1998 committed Dec 29, 2023
1 parent 26b415e commit a8142b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum-macros/src/from_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::from_request(req, state)
.await
.map(#into_inner)
.map_err(#map_err)?
Expand Down

0 comments on commit a8142b6

Please sign in to comment.