mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
build(deps): Update criterion and other deps (#412)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
60ac4a7a7c
commit
39f10326cc
@@ -2027,7 +2027,7 @@ impl Interpreter {
|
||||
let key = self.eval_expr(key)?;
|
||||
collection[&key] == value
|
||||
} else {
|
||||
array.iter().any(|item| *item == value)
|
||||
array.contains(&value)
|
||||
}
|
||||
}
|
||||
Value::Object(object) => {
|
||||
|
||||
Reference in New Issue
Block a user