We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204342a commit ce144c6Copy full SHA for ce144c6
1 file changed
sdk-core-protos/src/history_builder.rs
@@ -621,7 +621,7 @@ fn default_attribs(et: EventType) -> Result<Attributes> {
621
EventType::WorkflowExecutionStarted => default_wes_attribs().into(),
622
EventType::WorkflowTaskScheduled => WorkflowTaskScheduledEventAttributes::default().into(),
623
EventType::TimerStarted => TimerStartedEventAttributes::default().into(),
624
- _ => bail!("Don't know how to construct default attrs for {:?}", et),
+ _ => bail!("Don't know how to construct default attrs for {et:?}"),
625
})
626
}
627
0 commit comments