Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Sep 25, 2024
1 parent 6d813f9 commit bc48755
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/jit/synth/synth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ mod tests {
store: Store<Result<Value, Positioned<Error>>>,
vars: Variables<Value>,
}
impl<'a, Value: Deserialize<'a> + JsonLike<'a> + Serialize + Clone + std::fmt::Debug> StoreInfo<Value> {
impl<'a, Value: Deserialize<'a> + JsonLike<'a> + Serialize + Clone + std::fmt::Debug>
StoreInfo<Value>
{
fn make_store(query: &str, store: Vec<(FieldId, TestData)>) -> Self {
let store = store
.into_iter()
Expand Down

0 comments on commit bc48755

Please sign in to comment.