Skip to content

Commit

Permalink
merge: #2837
Browse files Browse the repository at this point in the history
2837: fix(si-posthog-rs): 🫠 r=vbustamante a=vbustamante



Co-authored-by: Victor Bustamante <[email protected]>
  • Loading branch information
si-bors-ng[bot] and vbustamante authored Oct 6, 2023
2 parents 1a59062 + 05d1e8c commit 48cec01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/si-posthog-rs/src/client.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use once_cell::sync::Lazy;
use std::collections::HashMap;
use std::time::Duration;
use strum::Display;
use tokio::sync::mpsc::UnboundedSender;
use tokio::sync::Mutex;
use tokio::time::Instant;
Expand All @@ -12,7 +13,7 @@ use crate::{
PosthogConfig,
};

#[derive(Debug, strum::Display)]
#[derive(Debug, Display)]
#[strum(serialize_all = "snake_case")]
pub enum FeatureFlag {
Secrets,
Expand Down

0 comments on commit 48cec01

Please sign in to comment.