Skip to content

Commit 113f8f3

Browse files
committed
Linter issues
1 parent dc5a587 commit 113f8f3

File tree

1 file changed

+1
-0
lines changed
  • opentelemetry-otlp/src/exporter

1 file changed

+1
-0
lines changed

opentelemetry-otlp/src/exporter/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ impl<B: HasExportConfig> WithExportConfig for B {
210210
}
211211
}
212212

213+
#[cfg(any(feature = "grpc-tonic", feature = "http-proto"))]
213214
fn url_decode(value: &str) -> Option<String> {
214215
let mut result = String::with_capacity(value.len());
215216
let mut chars_to_decode = Vec::<u8>::new();

0 commit comments

Comments
 (0)