Skip to content

Commit

Permalink
Revert "fix: lint"
Browse files Browse the repository at this point in the history
This reverts commit a7535b9.
  • Loading branch information
fzyzcjy committed May 17, 2024
1 parent a7535b9 commit cfd5c3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl<'a> CodecSseTyTrait for DelegateCodecSseTy<'a> {
IrTypeDelegate::Time(ir) => match ir {
IrTypeDelegateTime::Utc
| IrTypeDelegateTime::Local
| IrTypeDelegateTime::Naive => "self.and_utc().timestamp_micros()".to_owned(),
| IrTypeDelegateTime::Naive => "self.timestamp_micros()".to_owned(),
IrTypeDelegateTime::Duration => {
r#"self.num_microseconds().expect("cannot get microseconds from time")"#
.to_owned()
Expand Down

0 comments on commit cfd5c3e

Please sign in to comment.