mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Fix Clippy
This commit is contained in:
parent
4e80218e3d
commit
4dc5fc689b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ fn create_parser<'a>(
|
||||||
count_args,
|
count_args,
|
||||||
),
|
),
|
||||||
ParserType::Custom(s) => {
|
ParserType::Custom(s) => {
|
||||||
let ident = syn::Ident::new(&s, Span::call_site());
|
let ident = syn::Ident::new(s, Span::call_site());
|
||||||
quote! { #ident }
|
quote! { #ident }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue