Skip to content

Commit 0d3e32d

Browse files
committed
make clippy happy
1 parent d29d6cc commit 0d3e32d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-sdk/src/metrics/aggregation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ impl fmt::Display for Aggregation {
109109

110110
impl Aggregation {
111111
/// Validate that this aggregation has correct configuration
112+
#[allow(unused)]
112113
pub(crate) fn validate(&self) -> MetricResult<()> {
113114
match self {
114115
Aggregation::Drop => Ok(()),

0 commit comments

Comments
 (0)