diff --git a/src/gj.rs b/src/gj.rs index 59f5e2557..f0b76d9e8 100644 --- a/src/gj.rs +++ b/src/gj.rs @@ -623,7 +623,7 @@ impl EGraph { fn gj_for_atom( &self, atom_i: usize, - timestamp_ranges: &Vec>, + timestamp_ranges: &[Range], cq: &CompiledQuery, mut f: F, ) where