We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7380da commit aa7dfa0Copy full SHA for aa7dfa0
opentelemetry-sdk/src/metrics/internal/histogram.rs
@@ -74,6 +74,7 @@ pub(crate) struct Histogram<T: Number> {
74
}
75
76
impl<T: Number> Histogram<T> {
77
+ #[allow(unused_mut)]
78
pub(crate) fn new(mut bounds: Vec<f64>, record_min_max: bool, record_sum: bool) -> Self {
79
#[cfg(feature = "spec_unstable_metrics_views")]
80
{
0 commit comments