Skip to content

Commit 17610e9

Browse files
SteveL-MSFTCopilot
andcommitted
Update dsc_lib/src/functions/contains.rs
Co-authored-by: Copilot <[email protected]>
1 parent d64d584 commit 17610e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/functions/contains.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ impl Function for Contains {
2525
}
2626

2727
fn max_args(&self) -> usize {
28-
usize::MAX
28+
2
2929
}
3030

3131
fn accepted_arg_types(&self) -> Vec<AcceptedArgKind> {

0 commit comments

Comments
 (0)