Skip to content

Commit adda11d

Browse files
committed
Ignore doctest for now
1 parent e22bb0b commit adda11d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures-executor = "0.3"
2525
futures-util = { version = "0.3", default-features = false }
2626
hyper = { version = "1.3", default-features = false }
2727
hyper-util = "0.1"
28-
http = { version = "1.1", default-features = false }
28+
http = { version = "1.1", default-features = false, features = ["std"] }
2929
http-body-util = "0.1"
3030
log = "0.4.21"
3131
once_cell = "1.13"

opentelemetry-zipkin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde_json = { workspace = true }
3636
serde = { workspace = true, features = ["derive"] }
3737
typed-builder = "0.18"
3838
http = { workspace = true }
39-
reqwest = { workspace = true, optional = true}
39+
reqwest = { workspace = true, optional = true }
4040
thiserror = { workspace = true }
4141
futures-core = { workspace = true }
4242

opentelemetry-zipkin/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
//! [`ZipkinPipelineBuilder`] docs for details of each option.
8585
//!
8686
//!
87-
//! ```no_run
87+
//! ```no_run,ignore
8888
//! use opentelemetry::{global, KeyValue, trace::Tracer};
8989
//! use opentelemetry_sdk::{trace::{self, RandomIdGenerator, Sampler}, Resource};
9090
//! use opentelemetry_sdk::export::trace::ExportResult;

0 commit comments

Comments
 (0)