cargo fmt
This commit is contained in:
@@ -521,9 +521,7 @@ impl Iterator for QueryState<'_> {
|
|||||||
// choice point, so we should break.
|
// choice point, so we should break.
|
||||||
self.machine.machine_st.backtrack();
|
self.machine.machine_st.backtrack();
|
||||||
|
|
||||||
Some(Ok(LeafAnswer::LeafAnswer {
|
Some(Ok(LeafAnswer::LeafAnswer { bindings }))
|
||||||
bindings,
|
|
||||||
}))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user