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 d64d584 commit 17610e9Copy full SHA for 17610e9
dsc_lib/src/functions/contains.rs
@@ -25,7 +25,7 @@ impl Function for Contains {
25
}
26
27
fn max_args(&self) -> usize {
28
- usize::MAX
+ 2
29
30
31
fn accepted_arg_types(&self) -> Vec<AcceptedArgKind> {
0 commit comments