Skip to content

Commit e43bb49

Browse files
committed
docs: remove obsolete attributes
1 parent 5555446 commit e43bb49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,8 @@
9696
//!
9797
//! [layer]: tracing_subscriber::layer
9898
#![warn(unreachable_pub)]
99-
#![doc(html_root_url = "https://docs.rs/tracing-opentelemetry/0.22.0")]
10099
#![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/"
100+
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png"
103101
)]
104102
#![cfg_attr(
105103
docsrs,

0 commit comments

Comments
 (0)