Skip to content

Commit c2a1c82

Browse files
authored
use workspace lint configuration (open-telemetry#2674)
1 parent 6b684e2 commit c2a1c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics_histogram.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fn test_histogram_shared() {
5757
}
5858

5959
fn test_histogram_per_thread() {
60-
HISTOGRAM_PER_THREAD.with(|h| test_histogram(h));
60+
HISTOGRAM_PER_THREAD.with(test_histogram);
6161
}
6262

6363
fn test_histogram(histogram: &Histogram<u64>) {

0 commit comments

Comments
 (0)