File tree Expand file tree Collapse file tree 10 files changed +2
-12
lines changed
tracing-opentelemetry/src Expand file tree Collapse file tree 10 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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/"
Original file line number Diff line number Diff line change 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/"
You can’t perform that action at this time.
0 commit comments