Skip to content

Commit

Permalink
fix (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo authored Dec 7, 2024
1 parent afc3d3a commit bcb76a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/fetcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ where
{
struct TimestampVisitor;

impl<'de> Visitor<'de> for TimestampVisitor {
impl Visitor<'_> for TimestampVisitor {
type Value = u64;

fn expecting(&self, formatter: &mut fmt::Formatter) -> fmt::Result {
Expand Down

0 comments on commit bcb76a4

Please sign in to comment.