Skip to content

Commit

Permalink
remove dead code allow
Browse files Browse the repository at this point in the history
  • Loading branch information
neuronull committed Oct 12, 2023
1 parent d513eaf commit 244b9ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sinks/datadog/metrics/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ pub(super) const SKETCHES_PATH: &str = "/api/beta/sketches";
// At that time when the V1 support is removed, the SeriesApiVersion stops being useful and can be removed.

#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
#[allow(dead_code)]
pub enum SeriesApiVersion {
V1,
V2,
Expand Down

0 comments on commit 244b9ed

Please sign in to comment.