@@ -569,7 +569,7 @@ impl<'a> NodeSearch<'a> {
569569 desc : Some ( ExecutionNodeDesc :: empty_with_fragment (
570570 common_args. node_nr ,
571571 common_args. query_fragment ,
572- Some ( est_output) ,
572+ est_output,
573573 ) ) ,
574574 node_search_desc : Arc :: new ( NodeSearchDesc {
575575 qname : (
@@ -676,7 +676,7 @@ impl<'a> NodeSearch<'a> {
676676 desc : Some ( ExecutionNodeDesc :: empty_with_fragment (
677677 common_args. node_nr ,
678678 common_args. query_fragment . clone ( ) ,
679- Some ( est_output) ,
679+ est_output,
680680 ) ) ,
681681 node_search_desc : Arc :: new ( NodeSearchDesc {
682682 qname : ( qname. 0 , Some ( qname. 1 ) ) ,
@@ -772,7 +772,7 @@ impl<'a> NodeSearch<'a> {
772772 desc : Some ( ExecutionNodeDesc :: empty_with_fragment (
773773 common_args. node_nr ,
774774 common_args. query_fragment ,
775- Some ( est_output) ,
775+ est_output,
776776 ) ) ,
777777 node_search_desc : Arc :: new ( NodeSearchDesc {
778778 qname : ( qname. 0 , Some ( qname. 1 ) ) ,
@@ -920,7 +920,7 @@ impl<'a> NodeSearch<'a> {
920920 desc : Some ( ExecutionNodeDesc :: empty_with_fragment (
921921 common_args. node_nr ,
922922 common_args. query_fragment . clone ( ) ,
923- Some ( est_output) ,
923+ est_output,
924924 ) ) ,
925925 node_search_desc : Arc :: new ( NodeSearchDesc {
926926 qname : (
@@ -978,7 +978,7 @@ impl<'a> NodeSearch<'a> {
978978 desc : Some ( ExecutionNodeDesc :: empty_with_fragment (
979979 common_args. node_nr ,
980980 common_args. query_fragment . clone ( ) ,
981- Some ( est_output) ,
981+ est_output,
982982 ) ) ,
983983 node_search_desc : Arc :: new ( NodeSearchDesc {
984984 qname : (
0 commit comments