Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Sep 22, 2024
1 parent a995ab2 commit 65cb2ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tailcall-tracker/src/event.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use chrono::{DateTime, Utc};
use serde::{Deserialize, Serialize};
use strum::IntoStaticStr;

#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct Event {
Expand All @@ -17,7 +16,7 @@ pub struct Event {
pub version: String,
}

#[derive(Clone, IntoStaticStr)]
#[derive(Clone)]
pub enum EventKind {
Ping,
Command(String),
Expand Down

0 comments on commit 65cb2ba

Please sign in to comment.