diff --git a/src/core/jit/synth/synth.rs b/src/core/jit/synth/synth.rs index 3fb6dca2ac..681a8b0448 100644 --- a/src/core/jit/synth/synth.rs +++ b/src/core/jit/synth/synth.rs @@ -305,7 +305,9 @@ mod tests { store: Store>>, vars: Variables, } - impl<'a, Value: Deserialize<'a> + JsonLike<'a> + Serialize + Clone + std::fmt::Debug> StoreInfo { + impl<'a, Value: Deserialize<'a> + JsonLike<'a> + Serialize + Clone + std::fmt::Debug> + StoreInfo + { fn make_store(query: &str, store: Vec<(FieldId, TestData)>) -> Self { let store = store .into_iter()