Skip to content

Commit 5ba391d

Browse files
committed
chore: make msrv happy.
1 parent 7cd256d commit 5ba391d

File tree

1 file changed

+2
-1
lines changed
  • opentelemetry-jaeger/src

1 file changed

+2
-1
lines changed

opentelemetry-jaeger/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
//!
105105
//! [`with_endpoint`]: exporter::config::collector::CollectorPipeline::with_endpoint
106106
//!
107-
//! ```no_run
107+
//! ```ignore
108108
//! // Note that this requires the `collector_client` feature.
109109
//! // We enabled the `isahc_collector_client` feature for a default isahc http client.
110110
//! // You can also provide your own implementation via .with_http_client() method.
@@ -117,6 +117,7 @@
117117
//! // optionally set username and password for authentication of the exporter.
118118
//! .with_username("username")
119119
//! .with_password("s3cr3t")
120+
//! .with_isahc()
120121
//! //.with_http_client(<your client>) provide custom http client implementation
121122
//! .install_batch(opentelemetry::runtime::Tokio)?;
122123
//!

0 commit comments

Comments
 (0)