Skip to content

Commit a4dedf5

Browse files
committed
make linter happy
1 parent 49fd1e5 commit a4dedf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-otlp/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
//! # #[cfg(all(feature = "metrics", feature = "grpc-tonic"))]
163163
//! # {
164164
//! let export_config = ExportConfig {
165-
//! endpoint: Some("http://localhost:4317".to_string()),
165+
//! endpoint: "http://localhost:4317".to_string(),
166166
//! timeout: Duration::from_secs(3),
167167
//! protocol: Protocol::Grpc
168168
//! };

0 commit comments

Comments
 (0)