Skip to content

Commit

Permalink
Issue 429: Remove deadcode rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alecsmrekar committed Jan 15, 2024
1 parent 3ccbbbc commit 40d3977
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ impl ItemsPerSecond {
}

#[inline(always)]
#[allow(dead_code)]
fn insert(&mut self, key: &str, time_series: TimeSeries<u32, u32>) {
self.0.insert(key.to_string(), time_series);
}
Expand Down

0 comments on commit 40d3977

Please sign in to comment.