From 244b9eda722ab6accd9d9f2409669d76719c6beb Mon Sep 17 00:00:00 2001 From: neuronull Date: Thu, 12 Oct 2023 11:45:12 -0600 Subject: [PATCH] remove dead code allow --- src/sinks/datadog/metrics/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sinks/datadog/metrics/config.rs b/src/sinks/datadog/metrics/config.rs index 6e139f0d5e2f5..bfddadd64d6d9 100644 --- a/src/sinks/datadog/metrics/config.rs +++ b/src/sinks/datadog/metrics/config.rs @@ -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,