contains and contians any - remove comment
This commit is contained in:
parent
8b8af31eb8
commit
d427405f47
@ -174,7 +174,6 @@ pub fn builtin_function(identifier: &str) -> Option<Function> {
|
||||
if let Value::Tuple(b) = b {
|
||||
let mut contains = false;
|
||||
for value in b {
|
||||
//if value is not String, Int, Bool, Float error it out
|
||||
if let Value::String(_)
|
||||
| Value::Int(_)
|
||||
| Value::Float(_)
|
||||
|
Loading…
Reference in New Issue
Block a user