File tree Expand file tree Collapse file tree
client/src/workflow_handle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,8 +200,7 @@ where
200200 o => Err ( anyhow ! (
201201 "Server returned an event that didn't match the CloseEvent filter. \
202202 This is either a server bug or a new event the SDK does not understand. \
203- Event details: {:?}",
204- o
203+ Event details: {o:?}"
205204 ) ) ,
206205 } ;
207206 }
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ fn default_attribs(et: EventType) -> Result<Attributes> {
621621 EventType :: WorkflowExecutionStarted => default_wes_attribs ( ) . into ( ) ,
622622 EventType :: WorkflowTaskScheduled => WorkflowTaskScheduledEventAttributes :: default ( ) . into ( ) ,
623623 EventType :: TimerStarted => TimerStartedEventAttributes :: default ( ) . into ( ) ,
624- _ => bail ! ( "Don't know how to construct default attrs for {:?}" , et ) ,
624+ _ => bail ! ( "Don't know how to construct default attrs for {et :?}" ) ,
625625 } )
626626}
627627
You can’t perform that action at this time.
0 commit comments