diff --git a/src/graph.rs b/src/graph.rs index eef38652..8548e3c0 100644 --- a/src/graph.rs +++ b/src/graph.rs @@ -39,7 +39,6 @@ impl ItemsPerSecond { } #[inline(always)] - #[allow(dead_code)] fn insert(&mut self, key: &str, time_series: TimeSeries) { self.0.insert(key.to_string(), time_series); }