File tree 10 files changed +2
-12
lines changed
tracing-opentelemetry/src 10 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 121
121
//! supported compiler version is not considered a semver breaking change as
122
122
//! long as doing so complies with this policy.
123
123
//!
124
- #![ doc( html_root_url = "https://docs.rs/tracing-appender/0.2.2" ) ]
125
124
#![ doc(
126
125
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
127
126
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
Original file line number Diff line number Diff line change 52
52
//! supported compiler version is not considered a semver breaking change as
53
53
//! long as doing so complies with this policy.
54
54
//!
55
- #![ doc( html_root_url = "https://docs.rs/tracing-attributes/0.1.23" ) ]
56
55
#![ doc(
57
56
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
58
57
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
Original file line number Diff line number Diff line change 116
116
//! [`Dispatch`]: dispatcher::Dispatch
117
117
//! [`tokio-rs/tracing`]: https://github.com/tokio-rs/tracing
118
118
//! [`tracing`]: https://crates.io/crates/tracing
119
- #![ doc( html_root_url = "https://docs.rs/tracing-core/0.1.22" ) ]
120
119
#![ doc(
121
120
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
122
121
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
Original file line number Diff line number Diff line change 179
179
//! long as doing so complies with this policy.
180
180
//!
181
181
#![ 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" ) ]
183
182
#![ doc(
184
183
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
185
184
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
Original file line number Diff line number Diff line change 70
70
//! supported compiler version is not considered a semver breaking change as
71
71
//! long as doing so complies with this policy.
72
72
//!
73
- #![ doc( html_root_url = "https://docs.rs/tracing-futures/0.2.5" ) ]
74
73
#![ doc(
75
74
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
76
75
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
Original file line number Diff line number Diff line change 100
100
//! [`tracing::Event`]: https://docs.rs/tracing/latest/tracing/struct.Event.html
101
101
//! [flags]: https://docs.rs/tracing/latest/tracing/#crate-feature-flags
102
102
//! [`Builder::with_interest_cache`]: log_tracer::Builder::with_interest_cache
103
- #![ doc( html_root_url = "https://docs.rs/tracing-log/0.1.3" ) ]
104
103
#![ doc(
105
104
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
106
105
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
Original file line number Diff line number Diff line change 100
100
//! [subscriber]: tracing_subscriber::subscribe
101
101
#![ deny( unreachable_pub) ]
102
102
#![ cfg_attr( test, deny( warnings) ) ]
103
- #![ doc( html_root_url = "https://docs.rs/tracing-opentelemetry/0.18.0" ) ]
104
103
#![ doc(
105
104
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
106
105
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
Original file line number Diff line number Diff line change 155
155
//!
156
156
//! [`tracing`]: https://crates.io/crates/tracing
157
157
//! [`serde`]: https://crates.io/crates/serde
158
- #![ doc( html_root_url = "https://docs.rs/tracing-serde/0.1.3" ) ]
159
158
#![ doc(
160
159
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
161
160
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
Original file line number Diff line number Diff line change 158
158
//! [`env_logger` crate]: https://crates.io/crates/env_logger
159
159
//! [`parking_lot`]: https://crates.io/crates/parking_lot
160
160
//! [`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
164
163
#![ doc(
165
164
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
166
165
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
Original file line number Diff line number Diff line change 900
900
//! [flags]: #crate-feature-flags
901
901
#![ cfg_attr( not( feature = "std" ) , no_std) ]
902
902
#![ cfg_attr( docsrs, feature( doc_cfg) , deny( rustdoc:: broken_intra_doc_links) ) ]
903
- #![ doc( html_root_url = "https://docs.rs/tracing/0.1.37" ) ]
904
903
#![ doc(
905
904
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
906
905
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
You can’t perform that action at this time.
0 commit comments