mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Remove unnecessary lifetime
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
Anand Krishnamoorthi
parent
cba0af0d3f
commit
6738eeed3c
@@ -75,10 +75,10 @@ fn json_filter_impl(v: &Value, filter: &Value) -> Value {
|
||||
}
|
||||
}
|
||||
|
||||
fn merge_filters<'a>(
|
||||
fn merge_filters(
|
||||
name: &str,
|
||||
param: &Expr,
|
||||
itr: &mut dyn Iterator<Item = &'a Value>,
|
||||
itr: &mut dyn Iterator<Item = &Value>,
|
||||
mut filters: Value,
|
||||
) -> Result<Value> {
|
||||
loop {
|
||||
|
||||
Reference in New Issue
Block a user