Add missing commas after each query field.
This commit is contained in:
parent
1678ee2cea
commit
621b73bd6f
@ -273,7 +273,7 @@ impl ToTokens for Request {
|
||||
RequestField::Query(ref field) => {
|
||||
let span = field.span();
|
||||
|
||||
field_tokens.append_all(quote_spanned!(span=> #field));
|
||||
field_tokens.append_all(quote_spanned!(span=> #field,));
|
||||
|
||||
field_tokens
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user