diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100644 index 0000000000..b5e12792e7 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/tracing-appender/src/lib.rs b/tracing-appender/src/lib.rs index e5327da2e8..1c2625d714 100644 --- a/tracing-appender/src/lib.rs +++ b/tracing-appender/src/lib.rs @@ -137,6 +137,7 @@ //! #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![cfg_attr(docsrs, deny(rustdoc::broken_intra_doc_links))] diff --git a/tracing-attributes/src/lib.rs b/tracing-attributes/src/lib.rs index fe5612fd5f..e5448c6430 100644 --- a/tracing-attributes/src/lib.rs +++ b/tracing-attributes/src/lib.rs @@ -54,6 +54,7 @@ //! #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![cfg_attr(docsrs, deny(rustdoc::broken_intra_doc_links))] diff --git a/tracing-core/src/lib.rs b/tracing-core/src/lib.rs index e7588d436c..373387f64f 100644 --- a/tracing-core/src/lib.rs +++ b/tracing-core/src/lib.rs @@ -118,6 +118,7 @@ //! [`tracing`]: https://crates.io/crates/tracing #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![cfg_attr(not(feature = "std"), no_std)] diff --git a/tracing-error/src/lib.rs b/tracing-error/src/lib.rs index 6a6c963f93..8559ed1dc4 100644 --- a/tracing-error/src/lib.rs +++ b/tracing-error/src/lib.rs @@ -181,6 +181,7 @@ #![cfg_attr(docsrs, feature(doc_cfg), deny(rustdoc::broken_intra_doc_links))] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![allow(clippy::needless_doctest_main)] diff --git a/tracing-flame/src/lib.rs b/tracing-flame/src/lib.rs index 601775d315..aa18dda4d4 100644 --- a/tracing-flame/src/lib.rs +++ b/tracing-flame/src/lib.rs @@ -108,6 +108,7 @@ //! #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![cfg_attr(docsrs, deny(rustdoc::broken_intra_doc_links))] diff --git a/tracing-journald/src/lib.rs b/tracing-journald/src/lib.rs index 28af6a9f6f..8b54bcdf73 100644 --- a/tracing-journald/src/lib.rs +++ b/tracing-journald/src/lib.rs @@ -33,6 +33,7 @@ //! #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![cfg_attr(docsrs, deny(rustdoc::broken_intra_doc_links))] diff --git a/tracing-log/src/lib.rs b/tracing-log/src/lib.rs index f438a50df5..b650651d29 100644 --- a/tracing-log/src/lib.rs +++ b/tracing-log/src/lib.rs @@ -96,6 +96,7 @@ //! [`Builder::with_interest_cache`]: log_tracer::Builder::with_interest_cache #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![cfg_attr(docsrs, feature(doc_cfg), deny(rustdoc::broken_intra_doc_links))] diff --git a/tracing-serde/src/lib.rs b/tracing-serde/src/lib.rs index 31f685c3f9..153ce16b48 100644 --- a/tracing-serde/src/lib.rs +++ b/tracing-serde/src/lib.rs @@ -163,6 +163,7 @@ //! [`serde`]: https://crates.io/crates/serde #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![cfg_attr(docsrs, feature(doc_cfg))] diff --git a/tracing-subscriber/src/lib.rs b/tracing-subscriber/src/lib.rs index a373144812..4b54de475d 100644 --- a/tracing-subscriber/src/lib.rs +++ b/tracing-subscriber/src/lib.rs @@ -163,6 +163,7 @@ //! [`libstd`]: https://doc.rust-lang.org/std/index.html #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![cfg_attr( diff --git a/tracing-tower/src/lib.rs b/tracing-tower/src/lib.rs index 556a5c8c10..899df3f83f 100644 --- a/tracing-tower/src/lib.rs +++ b/tracing-tower/src/lib.rs @@ -1,6 +1,7 @@ #![cfg_attr(docsrs, feature(doc_cfg), deny(rustdoc::broken_intra_doc_links))] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![warn( diff --git a/tracing/src/lib.rs b/tracing/src/lib.rs index 0ea4e165ac..14114ce5f0 100644 --- a/tracing/src/lib.rs +++ b/tracing/src/lib.rs @@ -916,6 +916,7 @@ #![cfg_attr(docsrs, feature(doc_cfg), deny(rustdoc::broken_intra_doc_links))] #![doc( html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png", + html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico", issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/" )] #![warn(