From fde836e47553e0d732fc0bc641a066052cbdb6b8 Mon Sep 17 00:00:00 2001 From: Al Liu Date: Tue, 17 Oct 2023 22:53:38 +0800 Subject: [PATCH] fix fmt --- src/metrics.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/metrics.rs b/src/metrics.rs index b63d04b..91b3ed8 100644 --- a/src/metrics.rs +++ b/src/metrics.rs @@ -481,7 +481,6 @@ impl Display for MetricsInner { } } - fn new_histogram_bound() -> Vec { (1..=HISTOGRAM_BOUND_SIZE as u64) .map(|idx| (1 << idx) as f64)