mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
fmt
This commit is contained in:
parent
a934061fb5
commit
055a4d09cb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub fn impl_parse_args_unnamed(
|
|||
data.unnamed.iter().map(|f| &f.ty),
|
||||
data.unnamed.len(),
|
||||
);
|
||||
let iter = (0..data.unnamed.len()).map( syn::Index::from);
|
||||
let iter = (0..data.unnamed.len()).map(syn::Index::from);
|
||||
let mut initialization = quote! {};
|
||||
for i in iter {
|
||||
initialization.extend(quote! { arguments.#i, })
|
||||
|
|
Loading…
Reference in a new issue