File tree Expand file tree Collapse file tree 14 files changed +13
-0
lines changed
tracing-opentelemetry/src Expand file tree Collapse file tree 14 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 125
125
#![ doc( html_root_url = "https://docs.rs/tracing-appender/0.1.1" ) ]
126
126
#![ doc(
127
127
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
128
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
128
129
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
129
130
) ]
130
131
#![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 55
55
#![ doc( html_root_url = "https://docs.rs/tracing-attributes/0.1.11" ) ]
56
56
#![ doc(
57
57
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
58
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
58
59
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
59
60
) ]
60
61
#![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 136
136
#![ doc( html_root_url = "https://docs.rs/tracing-core/0.1.17" ) ]
137
137
#![ doc(
138
138
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
139
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
139
140
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
140
141
) ]
141
142
#![ cfg_attr( not( feature = "std" ) , no_std) ]
Original file line number Diff line number Diff line change 189
189
#![ doc( html_root_url = "https://docs.rs/tracing-error/0.1.2" ) ]
190
190
#![ doc(
191
191
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
192
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
192
193
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
193
194
) ]
194
195
#![ warn(
Original file line number Diff line number Diff line change 111
111
//!
112
112
#![ doc(
113
113
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
114
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
114
115
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
115
116
) ]
116
117
#![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 76
76
#![ doc( html_root_url = "https://docs.rs/tracing-futures/0.2.4" ) ]
77
77
#![ doc(
78
78
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
79
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
79
80
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
80
81
) ]
81
82
#![ warn(
Original file line number Diff line number Diff line change 34
34
//!
35
35
#![ doc(
36
36
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
37
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
37
38
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
38
39
) ]
39
40
#![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 108
108
#![ doc( html_root_url = "https://docs.rs/tracing-log/0.1.1" ) ]
109
109
#![ doc(
110
110
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
111
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
111
112
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
112
113
) ]
113
114
#![ cfg_attr( docsrs, feature( doc_cfg) , deny( broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 93
93
#![ doc( html_root_url = "https://docs.rs/tracing-opentelemetry/0.7.0" ) ]
94
94
#![ doc(
95
95
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
96
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
96
97
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
97
98
) ]
98
99
#![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 143
143
#![ doc( html_root_url = "https://docs.rs/tracing-serde/0.1.2" ) ]
144
144
#![ doc(
145
145
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
146
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
146
147
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
147
148
) ]
148
149
#![ cfg_attr( docsrs, deny( broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 70
70
#![ doc( html_root_url = "https://docs.rs/tracing-subscriber/0.2.12" ) ]
71
71
#![ doc(
72
72
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
73
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
73
74
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
74
75
) ]
75
76
#![ cfg_attr( docsrs, feature( doc_cfg) , deny( broken_intra_doc_links) ) ]
Original file line number Diff line number Diff line change 1
1
#![ cfg_attr( docsrs, feature( doc_cfg) , deny( broken_intra_doc_links) ) ]
2
2
#![ doc(
3
3
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
4
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
4
5
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
5
6
) ]
6
7
#![ warn(
Original file line number Diff line number Diff line change 881
881
#![ doc( html_root_url = "https://docs.rs/tracing/0.1.21" ) ]
882
882
#![ doc(
883
883
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
884
+ html_favicon_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/favicon.ico" ,
884
885
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
885
886
) ]
886
887
#![ warn(
You can’t perform that action at this time.
0 commit comments