We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f5a32 commit b25d990Copy full SHA for b25d990
1 file changed
src/lib.rs
@@ -607,7 +607,7 @@ fn gen_input_format(sig: &Signature) -> String {
607
FnArg::Typed(PatType { pat, .. }) => {
608
if let Pat::Ident(pat_ident) = &**pat {
609
let ident = &pat_ident.ident.to_string();
610
- // Skip async-trait generated anonymous arguments
+ // Skip async-trait generated anonymous arguments.
611
if ident.starts_with("__arg") {
612
continue;
613
}
0 commit comments