We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5555446 commit e43bb49Copy full SHA for e43bb49
src/lib.rs
@@ -96,10 +96,8 @@
96
//!
97
//! [layer]: tracing_subscriber::layer
98
#![warn(unreachable_pub)]
99
-#![doc(html_root_url = "https://docs.rs/tracing-opentelemetry/0.22.0")]
100
#![doc(
101
- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
102
- issue_tracker_base_url = "https://github.com/tokio-rs/tracing-opentelemetry/issues/"
+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png"
103
)]
104
#![cfg_attr(
105
docsrs,
0 commit comments