File tree Expand file tree Collapse file tree 14 files changed +13
-13
lines changed
tracing-opentelemetry/src Expand file tree Collapse file tree 14 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 124124//!
125125#![ doc( html_root_url = "https://docs.rs/tracing-appender/0.1.1" ) ]
126126#![ doc(
127- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg " ,
127+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png " ,
128128 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
129129) ]
130130#![ warn(
Original file line number Diff line number Diff line change 5454//!
5555#![ doc( html_root_url = "https://docs.rs/tracing-attributes/0.1.11" ) ]
5656#![ doc(
57- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg " ,
57+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png " ,
5858 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
5959) ]
6060#![ warn(
Original file line number Diff line number Diff line change 8787//! [`tracing`]: https://crates.io/crates/tracing
8888#![ doc( html_root_url = "https://docs.rs/tracing-core/0.1.15" ) ]
8989#![ doc(
90- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg " ,
90+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png " ,
9191 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
9292) ]
9393#![ cfg_attr( not( feature = "std" ) , no_std) ]
Original file line number Diff line number Diff line change 188188#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
189189#![ doc( html_root_url = "https://docs.rs/tracing-error/0.1.2" ) ]
190190#![ doc(
191- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg " ,
191+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png " ,
192192 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
193193) ]
194194#![ warn(
Original file line number Diff line number Diff line change 110110//! long as doing so complies with this policy.
111111//!
112112#![ doc(
113- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg " ,
113+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png " ,
114114 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
115115) ]
116116#![ warn(
Original file line number Diff line number Diff line change 7575//!
7676#![ doc( html_root_url = "https://docs.rs/tracing-futures/0.2.4" ) ]
7777#![ doc(
78- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg " ,
78+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png " ,
7979 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
8080) ]
8181#![ warn(
Original file line number Diff line number Diff line change 3333//! long as doing so complies with this policy.
3434//!
3535#![ doc(
36- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg " ,
36+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png " ,
3737 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
3838) ]
3939#[ cfg( unix) ]
Original file line number Diff line number Diff line change 107107//! [flags]: https://docs.rs/tracing/latest/tracing/#crate-feature-flags
108108#![ doc( html_root_url = "https://docs.rs/tracing-log/0.1.1" ) ]
109109#![ doc(
110- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg " ,
110+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png " ,
111111 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
112112) ]
113113#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
Original file line number Diff line number Diff line change 9292#![ cfg_attr( test, deny( warnings) ) ]
9393#![ doc( html_root_url = "https://docs.rs/tracing-opentelemetry/0.7.0" ) ]
9494#![ doc(
95- html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo.svg " ,
95+ html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png " ,
9696 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
9797) ]
9898
You can’t perform that action at this time.
0 commit comments