File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
server/swimos_agent/src/lanes/value Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -595,18 +595,18 @@ where
595
595
) -> Result < ( ) , std:: fmt:: Error > {
596
596
match self {
597
597
DecodeAndSelectSet :: Decoding ( decode, proj) => f
598
- . debug_struct ( "DecodeRefAndSelectSet " )
598
+ . debug_struct ( "DecodeAndSelectSet " )
599
599
. field ( "state" , & "Decoding" )
600
600
. field ( "decoder" , & Described :: new ( context, decode) )
601
601
. field ( "lane_name" , & proj. name ( ) )
602
602
. finish ( ) ,
603
603
DecodeAndSelectSet :: Selecting ( selector) => f
604
- . debug_struct ( "DecodeRefAndSelectSet " )
604
+ . debug_struct ( "DecodeAndSelectSet " )
605
605
. field ( "state" , & "Selecting" )
606
606
. field ( "selector" , & Described :: new ( context, selector) )
607
607
. finish ( ) ,
608
608
DecodeAndSelectSet :: Done => f
609
- . debug_tuple ( "DecodeRefAndSelectSet " )
609
+ . debug_tuple ( "DecodeAndSelectSet " )
610
610
. field ( & "<<CONSUMED>>" )
611
611
. finish ( ) ,
612
612
}
You can’t perform that action at this time.
0 commit comments