File tree Expand file tree Collapse file tree 12 files changed +11
-0
lines changed Expand file tree Collapse file tree 12 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 137137//!
138138#![ doc(
139139 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png" ,
140+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico" ,
140141 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
141142) ]
142143#![ cfg_attr( docsrs, deny( rustdoc:: broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 5454//!
5555#![ doc(
5656 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png" ,
57+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico" ,
5758 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
5859) ]
5960#![ cfg_attr( docsrs, deny( rustdoc:: broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 120120#![ no_std]
121121#![ doc(
122122 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png" ,
123+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico" ,
123124 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
124125) ]
125126#![ cfg_attr( docsrs, feature( doc_cfg) , deny( rustdoc:: broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 181181#![ cfg_attr( docsrs, feature( doc_cfg) , deny( rustdoc:: broken_intra_doc_links) ) ]
182182#![ doc(
183183 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png" ,
184+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico" ,
184185 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
185186) ]
186187#![ allow( clippy:: needless_doctest_main) ]
Original file line number Diff line number Diff line change 108108//!
109109#![ doc(
110110 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png" ,
111+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico" ,
111112 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
112113) ]
113114#![ cfg_attr( docsrs, deny( rustdoc:: broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 3333//!
3434#![ doc(
3535 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png" ,
36+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico" ,
3637 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
3738) ]
3839#![ cfg_attr( docsrs, deny( rustdoc:: broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 9696//! [`Builder::with_interest_cache`]: log_tracer::Builder::with_interest_cache
9797#![ doc(
9898 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png" ,
99+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico" ,
99100 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
100101) ]
101102#![ cfg_attr( docsrs, feature( doc_cfg) , deny( rustdoc:: broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 163163//! [`serde`]: https://crates.io/crates/serde
164164#![ doc(
165165 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png" ,
166+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico" ,
166167 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
167168) ]
168169#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
Original file line number Diff line number Diff line change 165165#![ no_std]
166166#![ doc(
167167 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/logo-type.png" ,
168+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/main/assets/favicon.ico" ,
168169 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
169170) ]
170171#![ cfg_attr(
You can’t perform that action at this time.
0 commit comments