mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
clippy
This commit is contained in:
parent
e589923ae8
commit
62b4fe6943
4 changed files with 13 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue