Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
volsa committed Jun 4, 2024
1 parent 2bd0bd5 commit a24909b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/validation/statement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,6 @@ fn validate_argument_count<T: AnnotationMap>(
arguments.len() > parameters.len() && !has_variadic_parameter
}

// TODO: _ or match each variant?
_ => false,
};

Expand Down

0 comments on commit a24909b

Please sign in to comment.