Skip to content

Commit 65cb2ba

Browse files
committed
lint fixes
1 parent a995ab2 commit 65cb2ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tailcall-tracker/src/event.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use chrono::{DateTime, Utc};
22
use serde::{Deserialize, Serialize};
3-
use strum::IntoStaticStr;
43

54
#[derive(Clone, Debug, Serialize, Deserialize)]
65
pub struct Event {
@@ -17,7 +16,7 @@ pub struct Event {
1716
pub version: String,
1817
}
1918

20-
#[derive(Clone, IntoStaticStr)]
19+
#[derive(Clone)]
2120
pub enum EventKind {
2221
Ping,
2322
Command(String),

0 commit comments

Comments
 (0)