From 01a7f626f9c055058f8500a1e0e8e9ac5c82aa9b Mon Sep 17 00:00:00 2001 From: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:35:58 +0000 Subject: [PATCH] Remove `doc(html_root_url)` attribute from all crates. --- tracing-appender/src/lib.rs | 1 - tracing-attributes/src/lib.rs | 1 - tracing-core/src/lib.rs | 1 - tracing-error/src/lib.rs | 1 - tracing-futures/src/lib.rs | 1 - tracing-log/src/lib.rs | 1 - tracing-opentelemetry/src/lib.rs | 1 - tracing-serde/src/lib.rs | 1 - tracing-subscriber/src/lib.rs | 1 - tracing/src/lib.rs | 1 - 10 files changed, 10 deletions(-) diff --git a/tracing-appender/src/lib.rs b/tracing-appender/src/lib.rs index 3bb1016820..ff336194ef 100644 --- a/tracing-appender/src/lib.rs +++ b/tracing-appender/src/lib.rs @@ -121,7 +121,6 @@ //! supported compiler version is not considered a semver breaking change as //! long as doing so complies with this policy. //! -#![doc(html_root_url = "https://docs.rs/tracing-appender/0.1.1")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico", diff --git a/tracing-attributes/src/lib.rs b/tracing-attributes/src/lib.rs index 79acabe62b..7515b24861 100644 --- a/tracing-attributes/src/lib.rs +++ b/tracing-attributes/src/lib.rs @@ -52,7 +52,6 @@ //! supported compiler version is not considered a semver breaking change as //! long as doing so complies with this policy. //! -#![doc(html_root_url = "https://docs.rs/tracing-attributes/0.1.11")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico", diff --git a/tracing-core/src/lib.rs b/tracing-core/src/lib.rs index 1ac413d284..34e290eecd 100644 --- a/tracing-core/src/lib.rs +++ b/tracing-core/src/lib.rs @@ -132,7 +132,6 @@ //! [`Dispatch`]: dispatch::Dispatch //! [`tokio-rs/tracing`]: https://github.com/tokio-rs/tracing //! [`tracing`]: https://crates.io/crates/tracing -#![doc(html_root_url = "https://docs.rs/tracing-core/0.1.17")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico", diff --git a/tracing-error/src/lib.rs b/tracing-error/src/lib.rs index 1cbf283ddb..386b6a0e36 100644 --- a/tracing-error/src/lib.rs +++ b/tracing-error/src/lib.rs @@ -178,7 +178,6 @@ //! long as doing so complies with this policy. //! #![cfg_attr(docsrs, feature(doc_cfg))] -#![doc(html_root_url = "https://docs.rs/tracing-error/0.1.2")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico", diff --git a/tracing-futures/src/lib.rs b/tracing-futures/src/lib.rs index e7a1b5dbed..520f92d437 100644 --- a/tracing-futures/src/lib.rs +++ b/tracing-futures/src/lib.rs @@ -71,7 +71,6 @@ //! supported compiler version is not considered a semver breaking change as //! long as doing so complies with this policy. //! -#![doc(html_root_url = "https://docs.rs/tracing-futures/0.2.4")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico", diff --git a/tracing-log/src/lib.rs b/tracing-log/src/lib.rs index 0200f9f791..36f0b6fc05 100644 --- a/tracing-log/src/lib.rs +++ b/tracing-log/src/lib.rs @@ -96,7 +96,6 @@ //! [`tracing::Event`]: tracing_core::Event //! [`Collect`]: tracing::Collect //! [flags]: https://docs.rs/tracing/latest/tracing/#crate-feature-flags -#![doc(html_root_url = "https://docs.rs/tracing-log/0.1.1")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico", diff --git a/tracing-opentelemetry/src/lib.rs b/tracing-opentelemetry/src/lib.rs index 7764c68543..61a496e535 100644 --- a/tracing-opentelemetry/src/lib.rs +++ b/tracing-opentelemetry/src/lib.rs @@ -100,7 +100,6 @@ //! [subscriber]: tracing_subscriber::subscribe #![deny(unreachable_pub)] #![cfg_attr(test, deny(warnings))] -#![doc(html_root_url = "https://docs.rs/tracing-opentelemetry/0.16.0")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico", diff --git a/tracing-serde/src/lib.rs b/tracing-serde/src/lib.rs index 1721ac3087..c01490d5c0 100644 --- a/tracing-serde/src/lib.rs +++ b/tracing-serde/src/lib.rs @@ -141,7 +141,6 @@ //! //! [`tracing`]: https://crates.io/crates/tracing //! [`serde`]: https://crates.io/crates/serde -#![doc(html_root_url = "https://docs.rs/tracing-serde/0.1.2")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico", diff --git a/tracing-subscriber/src/lib.rs b/tracing-subscriber/src/lib.rs index c57a5eecbb..6f10eac97f 100644 --- a/tracing-subscriber/src/lib.rs +++ b/tracing-subscriber/src/lib.rs @@ -129,7 +129,6 @@ //! [`time` crate]: https://crates.io/crates/time //! [`liballoc`]: https://doc.rust-lang.org/alloc/index.html //! [`libstd`]: https://doc.rust-lang.org/std/index.html -#![doc(html_root_url = "https://docs.rs/tracing-subscriber/0.2.25")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico", diff --git a/tracing/src/lib.rs b/tracing/src/lib.rs index 77b15e0fe1..21411c7df4 100644 --- a/tracing/src/lib.rs +++ b/tracing/src/lib.rs @@ -918,7 +918,6 @@ //! [flags]: #crate-feature-flags #![cfg_attr(not(feature = "std"), no_std)] #![cfg_attr(docsrs, feature(doc_cfg))] -#![doc(html_root_url = "https://docs.rs/tracing/0.1.21")] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png", html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico",