Skip to content

Commit ce144c6

Browse files
committed
Linter complaint
1 parent 204342a commit ce144c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk-core-protos/src/history_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)