This commit is contained in:
Richard Feldman 2024-10-13 11:11:12 -04:00
parent e589923ae8
commit 62b4fe6943
No known key found for this signature in database
GPG key ID: DAC334802F365236
4 changed files with 13 additions and 13 deletions

View file

@ -171,7 +171,7 @@ fn headers_from_annotation_help(
return false;
}
arguments.iter().zip(arg_types_slice.into_iter()).all(
arguments.iter().zip(arg_types_slice).all(
|(arg_pattern, arg_type)| {
headers_from_annotation_help(
types,