Skip to content

Commit ac8ddf4

Browse files
LukeMathWalkerhawkw
authored andcommitted
chore: Remove doc(html_root_url) attribute from all crates. (#2384)
Fixes #2383. ; Conflicts: ; tracing-appender/src/lib.rs ; tracing-attributes/src/lib.rs ; tracing-core/src/lib.rs ; tracing-error/src/lib.rs ; tracing-futures/src/lib.rs ; tracing-log/src/lib.rs ; tracing-opentelemetry/src/lib.rs ; tracing-serde/src/lib.rs ; tracing-subscriber/src/lib.rs ; tracing/src/lib.rs
1 parent 40b576f commit ac8ddf4

File tree

10 files changed

+2
-12
lines changed

10 files changed

+2
-12
lines changed

tracing-appender/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
//! supported compiler version is not considered a semver breaking change as
122122
//! long as doing so complies with this policy.
123123
//!
124-
#![doc(html_root_url = "https://docs.rs/tracing-appender/0.2.2")]
125124
#![doc(
126125
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
127126
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

tracing-attributes/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
//! supported compiler version is not considered a semver breaking change as
5353
//! long as doing so complies with this policy.
5454
//!
55-
#![doc(html_root_url = "https://docs.rs/tracing-attributes/0.1.23")]
5655
#![doc(
5756
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
5857
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

tracing-core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
//! [`Dispatch`]: dispatcher::Dispatch
117117
//! [`tokio-rs/tracing`]: https://github.com/tokio-rs/tracing
118118
//! [`tracing`]: https://crates.io/crates/tracing
119-
#![doc(html_root_url = "https://docs.rs/tracing-core/0.1.22")]
120119
#![doc(
121120
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
122121
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

tracing-error/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@
179179
//! long as doing so complies with this policy.
180180
//!
181181
#![cfg_attr(docsrs, feature(doc_cfg), deny(rustdoc::broken_intra_doc_links))]
182-
#![doc(html_root_url = "https://docs.rs/tracing-error/0.2.0")]
183182
#![doc(
184183
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
185184
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

tracing-futures/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
//! supported compiler version is not considered a semver breaking change as
7171
//! long as doing so complies with this policy.
7272
//!
73-
#![doc(html_root_url = "https://docs.rs/tracing-futures/0.2.5")]
7473
#![doc(
7574
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
7675
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

tracing-log/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
//! [`tracing::Event`]: https://docs.rs/tracing/latest/tracing/struct.Event.html
101101
//! [flags]: https://docs.rs/tracing/latest/tracing/#crate-feature-flags
102102
//! [`Builder::with_interest_cache`]: log_tracer::Builder::with_interest_cache
103-
#![doc(html_root_url = "https://docs.rs/tracing-log/0.1.3")]
104103
#![doc(
105104
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
106105
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

tracing-opentelemetry/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
//! [subscriber]: tracing_subscriber::subscribe
101101
#![deny(unreachable_pub)]
102102
#![cfg_attr(test, deny(warnings))]
103-
#![doc(html_root_url = "https://docs.rs/tracing-opentelemetry/0.18.0")]
104103
#![doc(
105104
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
106105
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

tracing-serde/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
//!
156156
//! [`tracing`]: https://crates.io/crates/tracing
157157
//! [`serde`]: https://crates.io/crates/serde
158-
#![doc(html_root_url = "https://docs.rs/tracing-serde/0.1.3")]
159158
#![doc(
160159
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
161160
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

tracing-subscriber/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,8 @@
158158
//! [`env_logger` crate]: https://crates.io/crates/env_logger
159159
//! [`parking_lot`]: https://crates.io/crates/parking_lot
160160
//! [`time` crate]: https://crates.io/crates/time
161-
//! [`libstd`]: std
162-
//! [`liballoc`]: alloc
163-
#![doc(html_root_url = "https://docs.rs/tracing-subscriber/0.3.15")]
161+
//! [`liballoc`]: https://doc.rust-lang.org/alloc/index.html
162+
//! [`libstd`]: https://doc.rust-lang.org/std/index.html
164163
#![doc(
165164
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
166165
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

tracing/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,6 @@
900900
//! [flags]: #crate-feature-flags
901901
#![cfg_attr(not(feature = "std"), no_std)]
902902
#![cfg_attr(docsrs, feature(doc_cfg), deny(rustdoc::broken_intra_doc_links))]
903-
#![doc(html_root_url = "https://docs.rs/tracing/0.1.37")]
904903
#![doc(
905904
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
906905
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"

0 commit comments

Comments
 (0)